shithub: pt2-clone

ref: 32a39e9d1f2080597df18700462bc14a2f5e871f
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);