diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:01:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:01:17 +0300 |
commit | 366ec0909c764257a19fcbcc17cfb3948c85e0a5 (patch) | |
tree | eaf39a925aa7905abf1de2ca1ee68e7d7ef67d8e /src/actions/pets.cpp | |
parent | c08c64a1fa6c7198817af294329230951f282c7c (diff) | |
download | manaplus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.gz manaplus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.bz2 manaplus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.xz manaplus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.zip |
Move chatconsts into const directory.
Diffstat (limited to 'src/actions/pets.cpp')
-rw-r--r-- | src/actions/pets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/pets.cpp b/src/actions/pets.cpp index 6b141bddb..826d5ad84 100644 --- a/src/actions/pets.cpp +++ b/src/actions/pets.cpp @@ -31,7 +31,7 @@ #include "enums/being/beingdirection.h" -#include "gui/chatconsts.h" +#include "const/gui/chat.h" #include "input/inputactionoperators.h" |