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