aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/detection.h
diff options
context:
space:
mode:
authorWalter van Niftrik2016-08-26 20:49:41 +0200
committerWalter van Niftrik2016-08-26 22:00:37 +0200
commitc1671b5d320fe4c58b883bb8bb4774288f1a1259 (patch)
tree82a95bf4944025a1a7f803bfb82924c228757d99 /engines/adl/detection.h
parent92cea7ab35978cae759dc5e9714ff5024919e6a1 (diff)
downloadscummvm-rg350-c1671b5d320fe4c58b883bb8bb4774288f1a1259.tar.gz
scummvm-rg350-c1671b5d320fe4c58b883bb8bb4774288f1a1259.tar.bz2
scummvm-rg350-c1671b5d320fe4c58b883bb8bb4774288f1a1259.zip
ADL: Add skeleton for hires4
Diffstat (limited to 'engines/adl/detection.h')
-rw-r--r--engines/adl/detection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/adl/detection.h b/engines/adl/detection.h
index 533466c094..b4dc3c430f 100644
--- a/engines/adl/detection.h
+++ b/engines/adl/detection.h
@@ -35,6 +35,7 @@ enum GameType {
GAME_TYPE_HIRES0,
GAME_TYPE_HIRES1,
GAME_TYPE_HIRES2,
+ GAME_TYPE_HIRES4,
GAME_TYPE_HIRES6
};