Initial checking of Gob engine
svn-id: r17388
This commit is contained in:
parent
b399a052f1
commit
1758c5b211
50 changed files with 15896 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue