shithub: ft²

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