X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FSelectHero.h;h=45ecace4b3834ba52fa736000f9abab528331cdb;hb=ec824200aec12d6870b70304bcd2e2aeadba767b;hp=5e67152c68f392810289c5c3b629ea8cd5fbcc70;hpb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;p=l2e.git diff --git a/src/menu/SelectHero.h b/src/menu/SelectHero.h index 5e67152..45ecace 100644 --- a/src/menu/SelectHero.h +++ b/src/menu/SelectHero.h @@ -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 @@ -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