shithub: pt2-clone

ref: ee7932a00cc188ca6c18bf5600086ca1eefcd113
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);