shithub: pt2-clone

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

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);