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