diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-29 14:18:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-29 14:21:49 +0300 |
commit | f5660b872aaf0f3c817e74079ec8d506d4eca05c (patch) | |
tree | 91a7345cf6e69f6e8fbd8192c7a16a8a62b8db05 /src/resources/beinginfo.h | |
parent | 79ce2bbf16855460051a183c4740e94706b7a07b (diff) | |
download | ManaVerse-f5660b872aaf0f3c817e74079ec8d506d4eca05c.tar.gz ManaVerse-f5660b872aaf0f3c817e74079ec8d506d4eca05c.tar.bz2 ManaVerse-f5660b872aaf0f3c817e74079ec8d506d4eca05c.tar.xz ManaVerse-f5660b872aaf0f3c817e74079ec8d506d4eca05c.zip |
Move blocktype.h into enums directory.
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r-- | src/resources/beinginfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 1d2a3546c..0a6330470 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -25,6 +25,8 @@ #include "enums/being/targetcursorsize.h" +#include "enums/resources/map/blocktype.h" + #include "enums/simpletypes/beingtypeid.h" #include "resources/beingmenuitem.h" @@ -32,8 +34,6 @@ #include "resources/soundinfo.h" #include "resources/spritedisplay.h" -#include "resources/map/blocktype.h" - struct Attack; namespace ColorDB |