shithub: ft²

ref: abd2256c8281de66d6eb30b71ad86880be2704fc
dir: /src/ft2_module_saver.h/

View raw version
#pragma once

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

void saveMusic(UNICHAR *filenameU);
bool saveXM(UNICHAR *filenameU);