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