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