Mercurial > audlegacy-plugins
comparison src/modplug/modplugbmp.h @ 1946:7ee1bc4d5f5b
Remove useless #includes, use <>
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:49:51 +0300 |
| parents | 6764c35e16a6 |
| children | 8f3188746b64 |
comparison
equal
deleted
inserted
replaced
| 1933:b6d547a4ca50 | 1946:7ee1bc4d5f5b |
|---|---|
| 13 #ifndef __MODPLUGXMMS_STDDEFS_H__INCLUDED__ | 13 #ifndef __MODPLUGXMMS_STDDEFS_H__INCLUDED__ |
| 14 #include "stddefs.h" | 14 #include "stddefs.h" |
| 15 #endif | 15 #endif |
| 16 | 16 |
| 17 extern "C" { | 17 extern "C" { |
| 18 #include "audacious/plugin.h" | 18 #include <audacious/plugin.h> |
| 19 #include "audacious/tuple.h" | |
| 20 #include "audacious/tuple_formatter.h" | |
| 21 } | 19 } |
| 22 | 20 |
| 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 */ | 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 */ |
| 24 #define MOD_MAGIC_PROTRACKER4 (unsigned char [4]) { 0x4D, 0x2E, 0x4B, 0x2E } // "M.K." - Protracker 4 channel | 22 #define MOD_MAGIC_PROTRACKER4 (unsigned char [4]) { 0x4D, 0x2E, 0x4B, 0x2E } // "M.K." - Protracker 4 channel |
| 25 #define MOD_MAGIC_PROTRACKER4X (unsigned char [4]) { 0x4D, 0x21, 0x4B, 0x21 } // "M!K!" - Protracker 4 channel | 23 #define MOD_MAGIC_PROTRACKER4X (unsigned char [4]) { 0x4D, 0x21, 0x4B, 0x21 } // "M!K!" - Protracker 4 channel |
