aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
authorJonathan Gray2003-05-16 11:29:16 +0000
committerJonathan Gray2003-05-16 11:29:16 +0000
commit0d7184aa0099ebff12a6c95d879d4e958b2db032 (patch)
tree2c11b7a14797baeb5695d3810575f420381a6d80 /common/gameDetector.h
parent9e5f46e635a8cb6366398f3c4082ee08c1aacde1 (diff)
downloadscummvm-rg350-0d7184aa0099ebff12a6c95d879d4e958b2db032.tar.gz
scummvm-rg350-0d7184aa0099ebff12a6c95d879d4e958b2db032.tar.bz2
scummvm-rg350-0d7184aa0099ebff12a6c95d879d4e958b2db032.zip
GF_AFTER_HEV7
svn-id: r7571
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 01dd0ff380..1547ac5250 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -90,6 +90,7 @@ enum GameFeatures {
GF_AFTER_V3 = 1 << 19,
GF_AFTER_V4 = 1 << 20,
GF_AFTER_V5 = 1 << 21,
+ GF_AFTER_HEV7 = 1 << 22,
GF_HAS_ROOMTABLE = GF_AFTER_V7,
GF_USE_ANGLES = GF_AFTER_V7,