summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-14 00:28:55 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-14 00:42:56 +0300
commit55a6d5e67d528910f94c0e20c497cd6042aff81e (patch)
tree3b7f3a4d3dc90aff9dce42a1197b5910de464543 /src/net/tmwa
parent286554f730ca3fca716bf78e912e807a72dfee66 (diff)
downloadplus-55a6d5e67d528910f94c0e20c497cd6042aff81e.tar.gz
plus-55a6d5e67d528910f94c0e20c497cd6042aff81e.tar.bz2
plus-55a6d5e67d528910f94c0e20c497cd6042aff81e.tar.xz
plus-55a6d5e67d528910f94c0e20c497cd6042aff81e.zip
Move skill error defines into separate file.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/skillrecv.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/skillrecv.cpp b/src/net/tmwa/skillrecv.cpp
index 0330d3566..1713ba301 100644
--- a/src/net/tmwa/skillrecv.cpp
+++ b/src/net/tmwa/skillrecv.cpp
@@ -27,6 +27,8 @@
#include "being/localplayer.h"
#include "being/playerinfo.h"
+#include "const/net/skill.h"
+
#include "enums/resources/notifytypes.h"
#include "gui/windows/skilldialog.h"