]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.h
removed now superfluous Application parameter to State callbacks
[l2e.git] / src / battle / BattleState.h
index cc9eaf1f68992d7d8370c4a9a02a5d51911e16fa..e76440ed2908b44d17343174bc12a48d6bf7f69a 100644 (file)
@@ -131,10 +131,10 @@ public:
        void RenderSmallHeroTags(SDL_Surface *screen, const geometry::Vector<int> &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);