Initial checking of Gob engine

svn-id: r17388
This commit is contained in:
Eugene Sandulenko 2005-04-05 15:07:40 +00:00
parent b399a052f1
commit 1758c5b211
50 changed files with 15896 additions and 2 deletions

View file

@ -278,9 +278,11 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_KYRA
LINK_PLUGIN(KYRA)
#endif
#ifndef DISABLE_GOB
LINK_PLUGIN(GOB)
#endif
#endif
}
void PluginManager::unloadPlugins() {