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