#include "plugin.h"
Go to the source code of this file.
Compounds | |
struct | APList |
struct | FEPList |
Functions | |
void | LoadAllPlugins ( void ) |
Loads all available plugins. More... |
|
Loads all available plugins.
Definition at line 156 of file pluginhandling.cpp.
00157 { 00158 get_plugins (SERVER_PLUGIN_DIR); 00159 }