diff options
Diffstat (limited to 'base/plugins.cpp')
| -rw-r--r-- | base/plugins.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 7d0557c474..38b5626fe2 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -172,6 +172,9 @@ public:  		#if PLUGIN_ENABLED_STATIC(TOON)  		LINK_PLUGIN(TOON)  		#endif +		#if PLUGIN_ENABLED_STATIC(TSAGE) +		LINK_PLUGIN(TSAGE) +		#endif  		#if PLUGIN_ENABLED_STATIC(TOUCHE)  		LINK_PLUGIN(TOUCHE)  		#endif  | 
