|
Pol
Revision:cb584c9
|
#include "region.h"#include <stddef.h>#include <string>#include <tuple>#include "../bscript/berror.h"#include "../bscript/impstr.h"#include "../clib/cfgelem.h"#include "../clib/cfgfile.h"#include "../clib/fileutil.h"#include "../clib/stlutil.h"#include "globals/uvars.h"#include "poltype.h"#include "proplist.h"#include "realms.h"#include "realms/realm.h"#include "zone.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Functions | |
| void | Pol::Core::read_region_data (RegionGroupBase &grp, const char *preferred_filename, const char *other_filename, const char *tags_expected) |
Definition in file region.cpp.