shithub: pt2-clone

ref: 8950a756e1e732b610ec4e2c6b2f9cb7d1fe960d
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);