X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.h;h=e76440ed2908b44d17343174bc12a48d6bf7f69a;hb=5ca18f73987fb3935ab34654cbbecf5eca4704cb;hp=cc9eaf1f68992d7d8370c4a9a02a5d51911e16fa;hpb=7252571fb926a187c4c40e8f4eec718f16d63ffa;p=l2e.git diff --git a/src/battle/BattleState.h b/src/battle/BattleState.h index cc9eaf1..e76440e 100644 --- a/src/battle/BattleState.h +++ b/src/battle/BattleState.h @@ -131,10 +131,10 @@ public: void RenderSmallHeroTags(SDL_Surface *screen, const geometry::Vector &offset); private: - virtual void OnEnterState(app::Application &ctrl, SDL_Surface *screen); - virtual void OnExitState(app::Application &ctrl, SDL_Surface *screen); - virtual void OnResumeState(app::Application &ctrl, SDL_Surface *screen); - virtual void OnPauseState(app::Application &ctrl, SDL_Surface *screen); + virtual void OnEnterState(SDL_Surface *screen); + virtual void OnExitState(SDL_Surface *screen); + virtual void OnResumeState(SDL_Surface *screen); + virtual void OnPauseState(SDL_Surface *screen); virtual void OnResize(int width, int height);