/*
* All to load Fast Tracker 2 XM Modules.
*
* Note: `mod_xm_effect` is reused by the Amiga MOD importer (MOD and
* XM share the same effect-parsing code path in `ImportMemory`). It
* is therefore compiled whenever either `import_mod` or `import_xm`
* is enabled, while the rest of this module is strictly XM-specific.
*/
// Shared with Amiga MOD.
// ---- XM-specific items ----