shithub: pt2-clone

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

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);