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