From 13d9cdbd26b1c07edf47b9e4731b9d652a294ba5 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 3 Nov 2006 21:23:07 +0000 Subject: added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer' svn-id: r24592 --- base/plugins.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'base') diff --git a/base/plugins.cpp b/base/plugins.cpp index 8738fbe26f..bcca62ce1c 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -150,6 +150,9 @@ public: #ifndef DISABLE_AGI LINK_PLUGIN(AGI) #endif + #ifndef DISABLE_TOUCHE + LINK_PLUGIN(TOUCHE) + #endif return pl; } @@ -181,7 +184,7 @@ PluginManager::~PluginManager() { delete *pp; } } - + void PluginManager::addPluginProvider(PluginProvider *pp) { _providers.push_back(pp); } -- cgit v1.2.3