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