]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
removed useless comments
[l2e.git] / src / battle / Resources.h
index 72f3afb0ce193b96769b08f3fd0abfe05807f4e0..1500378ab75b0b370d391d352c7ff34310c61170 100644 (file)
@@ -1,9 +1,16 @@
 #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>
@@ -91,4 +98,4 @@ struct Resources {
 
 }
 
-#endif /* BATTLE_RESOURCES_H_ */
+#endif