diff options
Diffstat (limited to 'engines/mohawk/resource.h')
-rw-r--r-- | engines/mohawk/resource.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/mohawk/resource.h b/engines/mohawk/resource.h index ecaef44d04..809c55da1d 100644 --- a/engines/mohawk/resource.h +++ b/engines/mohawk/resource.h @@ -93,10 +93,6 @@ namespace Mohawk { #define ID_BMAP MKTAG('B','M','A','P') // Old Mohawk Bitmap #define ID_BCOD MKTAG('B','C','O','D') // Book Code -// JamesMath Resource FourCC's -#define ID_TANM MKTAG('t','A','N','M') // Animation? -#define ID_TMFO MKTAG('t','M','F','O') // ??? - // CSTime Resource FourCC's #define ID_CINF MKTAG('C','I','N','F') // Case Info #define ID_CONV MKTAG('C','O','N','V') // Conversation @@ -112,10 +108,6 @@ namespace Mohawk { #define ID_DATA MKTAG('D','a','t','a') // Game Sound Chunk #define ID_CUE MKTAG('C','u','e','#') // Game Sound Chunk -// Mohawk MIDI Tags -#define ID_MIDI MKTAG('M','I','D','I') // Game Sound (Third Tag), instead of WAVE -#define ID_PRG MKTAG('P','r','g','#') // MIDI Patch - // Common Resource FourCC's #define ID_TBMP MKTAG('t','B','M','P') // Standard Mohawk Bitmap #define ID_TWAV MKTAG('t','W','A','V') // Standard Mohawk Sound |