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