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