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