shithub: pt2-clone

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