diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-18 16:10:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-18 16:10:08 +0300 |
commit | 3fb675aa416170395d80eb51435a0d09161baf36 (patch) | |
tree | ebc15a0ad412d8680b897d6e54c49c607077a9f2 /src/net/eathena/petrecv.cpp | |
parent | 120e0b5b384566c89984aeea86ae517909ebaac1 (diff) | |
download | plus-3fb675aa416170395d80eb51435a0d09161baf36.tar.gz plus-3fb675aa416170395d80eb51435a0d09161baf36.tar.bz2 plus-3fb675aa416170395d80eb51435a0d09161baf36.tar.xz plus-3fb675aa416170395d80eb51435a0d09161baf36.zip |
Move inventory index related constants into separate file.
Diffstat (limited to 'src/net/eathena/petrecv.cpp')
-rw-r--r-- | src/net/eathena/petrecv.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/petrecv.cpp b/src/net/eathena/petrecv.cpp index a801b2a3a..474c0315b 100644 --- a/src/net/eathena/petrecv.cpp +++ b/src/net/eathena/petrecv.cpp @@ -27,6 +27,8 @@ #include "being/petinfo.h" #include "being/playerinfo.h" +#include "const/net/inventory.h" + #include "enums/resources/notifytypes.h" #include "gui/windows/eggselectiondialog.h" |