ref: 9401e0cd75b52f21e0f7918e8cc3f1cf96ff15ff
dir: /src/ft2_sample_loader.h/
#pragma once #include <stdint.h> #include <stdbool.h> #include "ft2_unicode.h" bool loadSample(UNICHAR *filenameU, uint8_t sampleSlot, bool loadAsInstrFlag); bool fileIsInstrument(char *fullPath); bool fileIsSample(char *fullPath); void removeSampleIsLoadingFlag(void);