aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/detection.h
diff options
context:
space:
mode:
authorAlyssa Milburn2016-04-03 22:19:29 +0200
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commit5db8f401a89b89f763dc8eb949a1db81f4e3fa90 (patch)
tree7b931b1f14d342563fd60b7244d9100d7cbd6836 /engines/adl/detection.h
parentd361f2e4b09fee1b36c4c3c4c8715497990e6e26 (diff)
downloadscummvm-rg350-5db8f401a89b89f763dc8eb949a1db81f4e3fa90.tar.gz
scummvm-rg350-5db8f401a89b89f763dc8eb949a1db81f4e3fa90.tar.bz2
scummvm-rg350-5db8f401a89b89f763dc8eb949a1db81f4e3fa90.zip
ADL: Add detection entry for hires0
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 42752869f5..bd01529abc 100644
--- a/engines/adl/detection.h
+++ b/engines/adl/detection.h
@@ -32,6 +32,7 @@ namespace Adl {
enum GameType {
GAME_TYPE_NONE,
+ GAME_TYPE_HIRES0,
GAME_TYPE_HIRES1,
GAME_TYPE_HIRES2
};