]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
removed lazy fwd headers
[l2e.git] / src / battle / Resources.h
index 9654fdc841d9c987569be411e17f0719cb0634bb..99ad9fc13ee5e9ab2ac7f5e131c6b43ad50bbcf7 100644 (file)
@@ -1,35 +1,26 @@
-/*
- * Resources.h
- *
- *  Created on: Aug 8, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_RESOURCES_H_
 #define BATTLE_RESOURCES_H_
 
-#include "../graphics/Color.h"
-#include "../graphics/Menu.h"
-
-#include <SDL.h>
-
-namespace common {
-       class Inventory;
-       class Item;
-       class Spell;
-}
 namespace graphics {
        class Animation;
        class Font;
        class Frame;
        class Gauge;
+       struct MenuProperties;
        class Sprite;
 }
 
+#include "../graphics/Color.h"
+#include "../graphics/Menu.h"
+
+#include <SDL.h>
+
 namespace battle {
 
 struct Resources {
 
+       static const int TYPE_ID = 201;
+
        graphics::Sprite *swapCursor;
        graphics::Sprite *moveIcons;
        graphics::Sprite *attackIcons;
@@ -63,7 +54,6 @@ struct Resources {
        const char *spellMenuHeadline;
        graphics::MenuProperties *spellMenuProperties;
 
-       common::Inventory *inventory;
        const char *itemMenuHeadline;
        graphics::MenuProperties *itemMenuProperties;