aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-05-05 07:25:32 +0000
committerPaweł Kołodziejski2004-05-05 07:25:32 +0000
commite29ec6e79c325bcea2c95ecbfeb3a64c80a30630 (patch)
treecc532d796c8800d693105ce7c1f9c799111f37fe /base/plugins.h
parent06002009806a770198c7e228f8b3e0203439b17d (diff)
downloadscummvm-rg350-e29ec6e79c325bcea2c95ecbfeb3a64c80a30630.tar.gz
scummvm-rg350-e29ec6e79c325bcea2c95ecbfeb3a64c80a30630.tar.bz2
scummvm-rg350-e29ec6e79c325bcea2c95ecbfeb3a64c80a30630.zip
adding initial code for Another World engine
svn-id: r13783
Diffstat (limited to 'base/plugins.h')
-rw-r--r--base/plugins.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/plugins.h b/base/plugins.h
index 5c5e94559f..600a8aaa03 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -173,6 +173,10 @@ DECLARE_PLUGIN(KYRA)
DECLARE_PLUGIN(SAGA)
#endif
+#ifndef DISABLE_AWE
+DECLARE_PLUGIN(AWE)
+#endif
+
#endif
#endif