]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
removed lazy fwd headers
[l2e.git] / src / battle / Resources.h
index 051879c36bfb88004a33bfdd66b911b9a74e825a..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;