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