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