shithub: pt2-clone

ref: 9768eae03edfeb3ac5ea2ccbb6f81b873c540c20
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

bool renderToWav(char *fileName, bool checkIfFileExist);