shithub: pt2-clone

ref: b8e8e8a8ef726fbe428edc74bdd9de886863075c
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);