shithub: pt2-clone

ref: 5aec5052b1d25d7878757d3b32c2165183090dbc
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);