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