shithub: pt2-clone

ref: 9ea59b5a1293040b26306c53391a8521da75211f
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);