ref: a116ea23e1b50fd3293231d94c4088bcb3077a0d dir: /src/pt2_mod2wav.h/
#pragma once #include <stdbool.h> bool renderToWav(char *fileName, bool checkIfFileExist);