#include <map>
#include "statuseffect.h"
#include "log.h"
#include "gui/widgets/chattab.h"
#include "utils/xml.h"
Go to the source code of this file.
Defines | |
| #define | STATUS_EFFECTS_FILE "status-effects.xml" |
Typedefs | |
| typedef std::map< int, StatusEffect * > | status_effect_map [2] |
Functions | |
| void | unloadMap (std::map< int, StatusEffect * > map) |
| #define STATUS_EFFECTS_FILE "status-effects.xml" |
Definition at line 33 of file statuseffect.cpp.
| typedef std::map<int, StatusEffect *> status_effect_map[2] |
Definition at line 89 of file statuseffect.cpp.
| void unloadMap | ( | std::map< int, StatusEffect * > | map | ) |
Definition at line 162 of file statuseffect.cpp.
1.5.5