diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 02:26:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 02:26:07 +0300 |
commit | 565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c (patch) | |
tree | 41171ba7879af0e746815dfcc8f237b1b3a6d8be /src/net | |
parent | 75802940ea0f10c4ecce5ab55140c38a164ba574 (diff) | |
download | plus-565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c.tar.gz plus-565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c.tar.bz2 plus-565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c.tar.xz plus-565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c.zip |
Move flooritem into being directory.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/playerhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index 21c06b8bb..6930a0d48 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -23,7 +23,7 @@ #ifndef NET_PLAYERHANDLER_H #define NET_PLAYERHANDLER_H -#include "flooritem.h" +#include "being/flooritem.h" #include "enums/being/attributes.h" #include "enums/being/beingaction.h" |