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