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