ref: 223e321731efcd8475e4ef6738bf050dcfef3fea
dir: /src/pt2_sampleloader.h/
#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);