shithub: pt2-clone

ref: 4beea686fd27e6c6ba19ec52ea8d80c2a7cc56eb
dir: /src/pt2_sampleloader.h/

View raw version
#pragma once

#include <stdint.h>
#include <stdbool.h>
#include "pt2_unicode.h"

void extLoadWAVOrAIFFSampleCallback(bool downSample);
bool saveSample(bool checkIfFileExist, bool giveNewFreeFilename);
bool loadSample(UNICHAR *fileName, char *entryName);