shithub: pt2-clone

ref: 6308aa758da78f9eab3323c85966b2d03dcb4003
dir: /src/pt2_sampleloader.h/

View raw version
#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);