|
Pol
Revision:cb584c9
|
#include "realms.h"#include <stddef.h>#include "../clib/dirlist.h"#include "../clib/logfacility.h"#include "../clib/passert.h"#include "../clib/strutil.h"#include "../clib/timer.h"#include "../plib/systemstate.h"#include "globals/uvars.h"#include "realms/realm.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Functions | |
| void | Pol::Core::add_realm (const std::string &name, Realms::Realm *base) |
| bool | Pol::Core::defined_realm (const std::string &name) |
| Realms::Realm * | Pol::Core::find_realm (const std::string &name) |
| bool | Pol::Core::load_realms () |
| void | Pol::Core::remove_realm (const std::string &name) |
Definition in file realms.cpp.