shithub: pt2-clone

ref: 6170c58c722cd56f07ff98356838231e1c84aa36
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);