diff options
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/engine-plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cine/engine-plugin.h b/engines/cine/engine-plugin.h new file mode 100644 index 0000000000..be38a293bd --- /dev/null +++ b/engines/cine/engine-plugin.h @@ -0,0 +1,3 @@ +#if PLUGIN_ENABLED_STATIC(CINE) +LINK_PLUGIN(CINE) +#endif |