shithub: ft²

ref: 8ccf7af5f41042323a35fee11f29748fb02e8e1c
dir: /src/ft2_sample_saver.h/

View raw version
#pragma once

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

enum
{
	SAVE_NORMAL = 0,
	SAVE_RANGE = 1
};

void saveSample(UNICHAR *filenameU, bool saveAsRange);