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