]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectMoveAction.h
reworked Application's state stack
[l2e.git] / src / battle / states / SelectMoveAction.h
index c1356631beb34421ed53da93d7e353db67dc0c82..bce6bfeab13ee01ffb3183a33be6884462093070 100644 (file)
@@ -26,7 +26,9 @@ public:
 
 public:
        virtual void EnterState(app::Application &ctrl, SDL_Surface *screen);
-       virtual void ExitState();
+       virtual void ExitState(app::Application &ctrl, SDL_Surface *screen);
+       virtual void ResumeState(app::Application &ctrl, SDL_Surface *screen);
+       virtual void PauseState(app::Application &ctrl, SDL_Surface *screen);
 
        virtual void Resize(int width, int height);