]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/SelectHero.h
minor performance improvements
[l2e.git] / src / menu / SelectHero.h
index 8f7f9f4a4882f5b505802b2a9b9f5b21ce2762d6..45ecace4b3834ba52fa736000f9abab528331cdb 100644 (file)
@@ -1,10 +1,16 @@
 #ifndef MENU_SELECTHERO_H_
 #define MENU_SELECTHERO_H_
 
-#include "fwd.h"
+namespace common {
+       struct GameConfig;
+}
+namespace menu {
+       class PartyMenu;
+       struct Resources;
+}
+
 #include "../app/State.h"
 #include "../app/Timer.h"
-#include "../common/fwd.h"
 
 #include <SDL.h>
 
@@ -57,4 +63,4 @@ private:
 
 }
 
-#endif /* MENU_SELECTHERO_H_ */
+#endif