shithub: pt2-clone

ref: 3b4630b51b22432a93ee69ab065be9da458c9f1b
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);