shithub: pt2-clone

ref: 7c4e284d754b20615033274d02969a3bea691c45
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);