ref: d9fb87f3797258356992da59402a3561e4e1b955
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);