shithub: pt2-clone

ref: 94ae360adff69fcc0ad25b169c0fa1342ba21cbb
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);