X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FSelectHero.h;h=9548045f1f6a148beb3168e951bbd470dba828d2;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=5e67152c68f392810289c5c3b629ea8cd5fbcc70;hpb=350055a7ff27c74882aff8a4d6af2014782f830b;p=l2e.git diff --git a/src/menu/SelectHero.h b/src/menu/SelectHero.h index 5e67152..9548045 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: