Mercurial > audlegacy-plugins
comparison src/modplug/modplugbmp.h @ 2119:5fea114ca11e
Use a #define for config ID.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 23 Oct 2007 08:45:14 +0300 |
| parents | 8f3188746b64 |
| children | 8f1c26966b61 |
comparison
equal
deleted
inserted
replaced
| 2118:c34348f00f95 | 2119:5fea114ca11e |
|---|---|
| 15 #endif | 15 #endif |
| 16 | 16 |
| 17 extern "C" { | 17 extern "C" { |
| 18 #include <audacious/plugin.h> | 18 #include <audacious/plugin.h> |
| 19 } | 19 } |
| 20 | |
| 21 #define MODPLUG_CFGID "modplug" | |
| 20 | 22 |
| 21 /* Module files have their magic deep inside the file, at offset 1080; source: http://www.onicos.com/staff/iz/formats/mod.html and information by Michael Doering from UADE */ | 23 /* Module files have their magic deep inside the file, at offset 1080; source: http://www.onicos.com/staff/iz/formats/mod.html and information by Michael Doering from UADE */ |
| 22 #define MOD_MAGIC_PROTRACKER4 (unsigned char [4]) { 0x4D, 0x2E, 0x4B, 0x2E } // "M.K." - Protracker 4 channel | 24 #define MOD_MAGIC_PROTRACKER4 (unsigned char [4]) { 0x4D, 0x2E, 0x4B, 0x2E } // "M.K." - Protracker 4 channel |
| 23 #define MOD_MAGIC_PROTRACKER4X (unsigned char [4]) { 0x4D, 0x21, 0x4B, 0x21 } // "M!K!" - Protracker 4 channel | 25 #define MOD_MAGIC_PROTRACKER4X (unsigned char [4]) { 0x4D, 0x21, 0x4B, 0x21 } // "M!K!" - Protracker 4 channel |
| 24 #define MOD_MAGIC_NOISETRACKER (unsigned char [4]) { 0x4D, 0x26, 0x4B, 0x21 } // "M&K!" - Noisetracker 1.3 by Kaktus & Mahoney | 26 #define MOD_MAGIC_NOISETRACKER (unsigned char [4]) { 0x4D, 0x26, 0x4B, 0x21 } // "M&K!" - Noisetracker 1.3 by Kaktus & Mahoney |
