diff options
author | richiesams | 2013-08-15 14:14:02 -0500 |
---|---|---|
committer | richiesams | 2013-08-15 14:14:02 -0500 |
commit | 95d1ef68ab55920fb45923c974499529268fad67 (patch) | |
tree | 4e9609bc1962ac3bf1ea7320f170d865c510104a /engines/plugins_table.h | |
parent | 6d5580f4edd3f6a7ef69bb6c05b89cb425f88a1e (diff) | |
parent | 435419cfe91eefa3a709af91f2ab172c3cbde022 (diff) | |
download | scummvm-rg350-95d1ef68ab55920fb45923c974499529268fad67.tar.gz scummvm-rg350-95d1ef68ab55920fb45923c974499529268fad67.tar.bz2 scummvm-rg350-95d1ef68ab55920fb45923c974499529268fad67.zip |
Merge branch 'master' into zvision
Diffstat (limited to 'engines/plugins_table.h')
-rw-r--r-- | engines/plugins_table.h | 3 |
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 |