aboutsummaryrefslogtreecommitdiff
path: root/engines/plugins_table.h
diff options
context:
space:
mode:
authoruruk2013-06-18 12:51:07 +0200
committeruruk2013-06-18 12:51:07 +0200
commit2c0e16d6e4a410164e5ce70d739006a479a3724e (patch)
tree4dcfdcbdf5b3a8401e518ace19f5e9a7784560ef /engines/plugins_table.h
parentf974bccbb0071c61521f072ecf803cb40910e8ab (diff)
downloadscummvm-rg350-2c0e16d6e4a410164e5ce70d739006a479a3724e.tar.gz
scummvm-rg350-2c0e16d6e4a410164e5ce70d739006a479a3724e.tar.bz2
scummvm-rg350-2c0e16d6e4a410164e5ce70d739006a479a3724e.zip
AVALANCHE: Hook the engine into ScummVM.
Diffstat (limited to 'engines/plugins_table.h')
-rw-r--r--engines/plugins_table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/plugins_table.h b/engines/plugins_table.h
index 44979458ca..6d623e5003 100644
--- a/engines/plugins_table.h
+++ b/engines/plugins_table.h
@@ -8,6 +8,9 @@ LINK_PLUGIN(AGI)
#if PLUGIN_ENABLED_STATIC(AGOS)
LINK_PLUGIN(AGOS)
#endif
+#if PLUGIN_ENABLED_STATIC(AVALANCHE)
+LINK_PLUGIN(AVALANCHE)
+#endif
#if PLUGIN_ENABLED_STATIC(CGE)
LINK_PLUGIN(CGE)
#endif