]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectItem.h
removed now superfluous Application parameter to State callbacks
[l2e.git] / src / battle / states / SelectItem.h
index 52429aa5c9d9d15bad4f319d183c44eddedff179..1942ff405e74e98460f7f0a3dacbed4e354d6847 100644 (file)
@@ -27,10 +27,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);