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