shithub: pt2-clone

ref: 561914486a8689289f53d6a8bd7abfaca13142f4
dir: /src/pt2_sample_loader.h/

View raw version
#pragma once

#include <stdint.h>
#include <stdbool.h>
#include "pt2_unicode.h"

bool loadSample(UNICHAR *fileName, char *entryName);