]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectIkari.h
removed now superfluous Application parameter to State callbacks
[l2e.git] / src / battle / states / SelectIkari.h
index 136436f6c680b251cbe8e743ef7d6a4c8a1a2ff5..8603a57f5f3258f657d588cbbbd7a8f401673d03 100644 (file)
@@ -28,10 +28,10 @@ public:
        virtual void Render(SDL_Surface *);
 
 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);