aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index dca5c38698..f37e4a59f4 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -99,17 +99,18 @@ enum GameIds {
};
enum GameFileTypes {
- GAME_RESOURCEFILE = 1 << 0,
- GAME_SCRIPTFILE = 1 << 1,
- GAME_SOUNDFILE = 1 << 2,
- GAME_VOICEFILE = 1 << 3,
- GAME_DEMOFILE = 1 << 4,
- GAME_MUSICFILE = 1 << 5,
- GAME_MUSICFILE_GM = 1 << 6,
- GAME_MUSICFILE_FM = 1 << 7,
- GAME_PATCHFILE = 1 << 8,
- GAME_MACBINARY = 1 << 9,
- GAME_SWAPENDIAN = 1 << 10
+ GAME_IMAGEFILE = 1 << 0,
+ GAME_RESOURCEFILE = 1 << 1,
+ GAME_SCRIPTFILE = 1 << 2,
+ GAME_SOUNDFILE = 1 << 3,
+ GAME_VOICEFILE = 1 << 4,
+ GAME_DEMOFILE = 1 << 5,
+ GAME_MUSICFILE = 1 << 6,
+ GAME_MUSICFILE_GM = 1 << 7,
+ GAME_MUSICFILE_FM = 1 << 8,
+ GAME_PATCHFILE = 1 << 9,
+ GAME_MACBINARY = 1 << 10,
+ GAME_SWAPENDIAN = 1 << 11
};
enum GameFeatures {