shithub: pt2-clone

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