shithub: pt2-clone

ref: 6ccfc575a5017980a2685fa2e2b8f717b86b7580
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);