summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-18 21:48:00 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-18 21:48:00 +0300
commit108f82f16f56e5fcc0f92e7233d378e559779e74 (patch)
treebff7840cccdd533fd2957318f6d7bb5f8320761d /src/resources/beinginfo.cpp
parent55ff7fa3903b470ea7b4c74fb371252ec67e5e33 (diff)
downloadplus-108f82f16f56e5fcc0f92e7233d378e559779e74.tar.gz
plus-108f82f16f56e5fcc0f92e7233d378e559779e74.tar.bz2
plus-108f82f16f56e5fcc0f92e7233d378e559779e74.tar.xz
plus-108f82f16f56e5fcc0f92e7233d378e559779e74.zip
Move attack into separate file.
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r--src/resources/beinginfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp
index 5cf6b2397..a12961315 100644
--- a/src/resources/beinginfo.cpp
+++ b/src/resources/beinginfo.cpp
@@ -25,6 +25,8 @@
#include "configuration.h"
#include "logger.h"
+#include "resources/attack.h"
+
#include "resources/map/blockmask.h"
#include "utils/delete2.h"