shithub: pt2-clone

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