aboutsummaryrefslogtreecommitdiff
path: root/engines/plugins_table.h
diff options
context:
space:
mode:
authorrichiesams2013-06-04 14:17:19 -0500
committerrichiesams2013-08-04 13:29:44 -0500
commitd0b341e6ca7010641c362bb36ebfc3d225955056 (patch)
tree3a41e0e40e1d946d9ad292801f185cef9aa7e553 /engines/plugins_table.h
parentf51f0e5ae80c9c276357bf5d78ad572fa1bf5e7c (diff)
downloadscummvm-rg350-d0b341e6ca7010641c362bb36ebfc3d225955056.tar.gz
scummvm-rg350-d0b341e6ca7010641c362bb36ebfc3d225955056.tar.bz2
scummvm-rg350-d0b341e6ca7010641c362bb36ebfc3d225955056.zip
ZVISION: Create zvision bare structure
Add zvision base engine to engines/zvision as well as modify the necessary engine files (configure.engines, etc.) in order for it to be recognized.
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 edc94eb0d3..793f15110c 100644
--- a/engines/plugins_table.h
+++ b/engines/plugins_table.h
@@ -119,3 +119,6 @@ LINK_PLUGIN(TUCKER)
#if PLUGIN_ENABLED_STATIC(WINTERMUTE)
LINK_PLUGIN(WINTERMUTE)
#endif
+#if PLUGIN_ENABLED_STATIC(ZVISION)
+LINK_PLUGIN(ZVISION)
+#endif