shithub: pt2-clone

ref: 6353bd43eba7f3fb2ad05a0d50e1d2aeb6840356
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);