Mercurial > audlegacy-plugins
comparison src/modplug/modplugbmp.h @ 120:7ce296248b5c trunk
[svn] 669 is 2-byte, not 4-byte. Thanks to a report from Kevin Korb on #audacious.
author | chainsaw |
---|---|
date | Wed, 25 Oct 2006 13:41:36 -0700 |
parents | 3da1b8942b8b |
children | 94b22cc75eb8 |
comparison
equal
deleted
inserted
replaced
119:b8fd91c53d9b | 120:7ce296248b5c |
---|---|
35 #define S3M_MAGIC (unsigned char [4]) { 0x53, 0x43, 0x52, 0x4D } /* This is the SCRM string at offset 44 to 47 in the S3M header */ | 35 #define S3M_MAGIC (unsigned char [4]) { 0x53, 0x43, 0x52, 0x4D } /* This is the SCRM string at offset 44 to 47 in the S3M header */ |
36 | 36 |
37 /* These nicer formats have the magic bytes at the front of the file where they belong */ | 37 /* These nicer formats have the magic bytes at the front of the file where they belong */ |
38 #define UMX_MAGIC (unsigned char [4]) { 0xC1, 0x83, 0x2A, 0x9E } | 38 #define UMX_MAGIC (unsigned char [4]) { 0xC1, 0x83, 0x2A, 0x9E } |
39 #define XM_MAGIC (unsigned char [4]) { 0x45, 0x78, 0x74, 0x65 } /* Exte(nded Module) */ | 39 #define XM_MAGIC (unsigned char [4]) { 0x45, 0x78, 0x74, 0x65 } /* Exte(nded Module) */ |
40 #define M669_MAGIC (unsigned char [4]) { 0x69, 0x66, 0x20, 0x20 } | 40 #define M669_MAGIC (unsigned char [4]) { 0x69, 0x66, 0x20, 0x20 } /* Last two bytes are bogus, and not checked */ |
41 #define IT_MAGIC (unsigned char [4]) { 0x49, 0x4D, 0x50, 0x4D } /* IMPM */ | 41 #define IT_MAGIC (unsigned char [4]) { 0x49, 0x4D, 0x50, 0x4D } /* IMPM */ |
42 #define MTM_MAGIC (unsigned char [4]) { 0x4D, 0x54, 0x4D, 0x10 } | 42 #define MTM_MAGIC (unsigned char [4]) { 0x4D, 0x54, 0x4D, 0x10 } |
43 #define PSM_MAGIC (unsigned char [4]) { 0x50, 0x53, 0x4D, 0x20 } | 43 #define PSM_MAGIC (unsigned char [4]) { 0x50, 0x53, 0x4D, 0x20 } |
44 | 44 |
45 using namespace std; | 45 using namespace std; |