shithub: pt2-clone

ref: 7fe87b1e3991006f8d5dd0c2b4e53849c16d447c
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);