]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/HeroStatus.h
removed lazy fwd headers
[l2e.git] / src / menu / HeroStatus.h
index e24cb6c0db3e6b9e2633f4ec18ed500f7830b3ef..fbe21abb5b52aace4183d8241afa439d1ea0c673 100644 (file)
@@ -1,8 +1,13 @@
 #ifndef MENU_HEROSTATUS_H_
 #define MENU_HEROSTATUS_H_
 
-#include "fwd.h"
-#include "../common/fwd.h"
+namespace common {
+       class Hero;
+}
+namespace menu {
+       struct Resources;
+}
+
 #include "../math/Vector.h"
 
 #include <SDL.h>