shithub: ft²

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