summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-13 23:09:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-13 23:09:44 +0300
commit1c7c54e8102f1f449ffe7dfaa3a041915079d290 (patch)
tree3da90ea7e18d4c4a6fe2f0eb4c76718dc3e489f5 /src/resources/beinginfo.h
parent467455bf7907411918d8fb6f4113eb95df443a29 (diff)
downloadplus-1c7c54e8102f1f449ffe7dfaa3a041915079d290.tar.gz
plus-1c7c54e8102f1f449ffe7dfaa3a041915079d290.tar.bz2
plus-1c7c54e8102f1f449ffe7dfaa3a041915079d290.tar.xz
plus-1c7c54e8102f1f449ffe7dfaa3a041915079d290.zip
fix code style.
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r--src/resources/beinginfo.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h
index f76a08cc6..62ad7eaf9 100644
--- a/src/resources/beinginfo.h
+++ b/src/resources/beinginfo.h
@@ -23,13 +23,17 @@
#ifndef RESOURCES_BEINGINFO_H
#define RESOURCES_BEINGINFO_H
-#include "being/actorsprite.h"
-
#include "resources/cursor.h"
+
+#include "being/targetcursorsize.h"
+
#include "resources/soundinfo.h"
+#include "resources/spritedef.h"
#include "resources/db/colordb.h"
+#include "resources/map/blocktype.h"
+
#include <map>
struct Attack final