Mercurial > audlegacy-plugins
diff 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 |
line wrap: on
line diff
--- a/src/modplug/modplugbmp.h Tue Oct 23 08:43:34 2007 +0300 +++ b/src/modplug/modplugbmp.h Tue Oct 23 08:45:14 2007 +0300 @@ -18,6 +18,8 @@ #include <audacious/plugin.h> } +#define MODPLUG_CFGID "modplug" + /* 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 */ #define MOD_MAGIC_PROTRACKER4 (unsigned char [4]) { 0x4D, 0x2E, 0x4B, 0x2E } // "M.K." - Protracker 4 channel #define MOD_MAGIC_PROTRACKER4X (unsigned char [4]) { 0x4D, 0x21, 0x4B, 0x21 } // "M!K!" - Protracker 4 channel
