]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/SelectHero.h
removed useless comments
[l2e.git] / src / menu / SelectHero.h
index 5e67152c68f392810289c5c3b629ea8cd5fbcc70..45ecace4b3834ba52fa736000f9abab528331cdb 100644 (file)
@@ -1,17 +1,16 @@
-/*
- * SelectHero.h
- *
- *  Created on: Oct 22, 2012
- *      Author: holy
- */
-
 #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>
 
@@ -28,7 +27,7 @@ public:
 
 public:
        virtual void HandleEvents(const app::Input &);
-       virtual void UpdateWorld(float deltaT);
+       virtual void UpdateWorld(Uint32 deltaT);
        virtual void Render(SDL_Surface *);
 
 private:
@@ -64,4 +63,4 @@ private:
 
 }
 
-#endif /* MENU_SELECTHERO_H_ */
+#endif