ref: b94490d84161673a6d3945adabae9787b713534d dir: /src/ft2_module_saver.h/
#pragma once #include <stdint.h> #include <stdbool.h> #include "ft2_unicode.h" void saveMusic(UNICHAR *filenameU); bool saveXM(UNICHAR *filenameU);