1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
* 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 ----