diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:30:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:30:44 +0300 |
commit | b3fb470b1c14f2ca7832531df1f99c9fd730c317 (patch) | |
tree | 915c969d56c40f02f778b865341cf0a4bf03c682 /src/being/playerinfo.h | |
parent | 5b0506f5c2c43b155ad18eb346bf381b447f1281 (diff) | |
download | plus-b3fb470b1c14f2ca7832531df1f99c9fd730c317.tar.gz plus-b3fb470b1c14f2ca7832531df1f99c9fd730c317.tar.bz2 plus-b3fb470b1c14f2ca7832531df1f99c9fd730c317.tar.xz plus-b3fb470b1c14f2ca7832531df1f99c9fd730c317.zip |
Move state.h into enums directory.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index a2a2255c4..298005ed5 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -24,7 +24,8 @@ #include "equipment.h" #include "guildpositionflags.h" -#include "state.h" + +#include "enums/state.h" #include <map> |