diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 16:03:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 16:03:43 +0300 |
commit | 410b960d2e3ac19df78b0f5ce42d4cef18c0df25 (patch) | |
tree | c127d750f2af8a783dcb48a77012fca5a2385b99 /src/being/playerinfo.h | |
parent | b3fb470b1c14f2ca7832531df1f99c9fd730c317 (diff) | |
download | mv-410b960d2e3ac19df78b0f5ce42d4cef18c0df25.tar.gz mv-410b960d2e3ac19df78b0f5ce42d4cef18c0df25.tar.bz2 mv-410b960d2e3ac19df78b0f5ce42d4cef18c0df25.tar.xz mv-410b960d2e3ac19df78b0f5ce42d4cef18c0df25.zip |
Move guildpositionflags.h into enums directory.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 298005ed5..c49326bb4 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -23,8 +23,8 @@ #define BEING_PLAYERINFO_H #include "equipment.h" -#include "guildpositionflags.h" +#include "enums/guildpositionflags.h" #include "enums/state.h" #include <map> |