aboutsummaryrefslogtreecommitdiff
path: root/engines/plugins_table.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-10-17 23:00:00 +0200
committerWillem Jan Palenstijn2013-10-17 23:00:00 +0200
commita532c7729f6f16e07948dbf6c6e6ecfe89c87ff8 (patch)
treeeebd8ce8883e50be1487d18c19b818e4e7b91dc9 /engines/plugins_table.h
parent6b9abcc2ec8409f37a9926a35d061096fab60018 (diff)
parent7a97c992de67152514886f80f3cf4f2f3686d3d4 (diff)
downloadscummvm-rg350-a532c7729f6f16e07948dbf6c6e6ecfe89c87ff8.tar.gz
scummvm-rg350-a532c7729f6f16e07948dbf6c6e6ecfe89c87ff8.tar.bz2
scummvm-rg350-a532c7729f6f16e07948dbf6c6e6ecfe89c87ff8.zip
Merge branch 'zvision'
This merges pull request 395 for the ZVision engine developed during GSoC2013.
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 ca2fe3fa5b..38cd43ac74 100644
--- a/engines/plugins_table.h
+++ b/engines/plugins_table.h
@@ -125,3 +125,6 @@ LINK_PLUGIN(TUCKER)
#if PLUGIN_ENABLED_STATIC(WINTERMUTE)
LINK_PLUGIN(WINTERMUTE)
#endif
+#if PLUGIN_ENABLED_STATIC(ZVISION)
+LINK_PLUGIN(ZVISION)
+#endif