#include <GG/GUI.h>
#include <GG/ltdl.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | GG |
Classes | |
class | GG::PluginInterface |
the interface to custom-control plugins. More... | |
class | GG::PluginManager |
this singleton class is essentially a very thin wrapper around a map of PluginInterface smart pointers, keyed on std::string plugin names. More... | |
Functions | |
GG_API PluginManager & | GG::GetPluginManager () |
Definition in file PluginInterface.h.