]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
added forwarding headers
[l2e.git] / src / battle / Resources.h
index 9654fdc841d9c987569be411e17f0719cb0634bb..5ef036fd715010553e3e4e7090a0f44c3b67a5ce 100644 (file)
@@ -8,24 +8,13 @@
 #ifndef BATTLE_RESOURCES_H_
 #define BATTLE_RESOURCES_H_
 
+#include "../common/fwd.h"
 #include "../graphics/Color.h"
+#include "../graphics/fwd.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;
-       class Sprite;
-}
-
 namespace battle {
 
 struct Resources {