shithub: pt2-clone

ref: 57ad35d78f38aec6fec980ef3542ec6561733b24
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);