shithub: pt2-clone

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

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);