shithub: pt2-clone

ref: d934fd2f446df35dc6408b129dce2e439f8d6e3b
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);