]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectAttackType.h
postponed attack type decision to their respective states
[l2e.git] / src / battle / states / SelectAttackType.h
index 3b101881ff5d22e123438569e409b9252d53f5c5..aa0a30384a0fb86b1ba555faf76e4dbf6f86ef5c 100644 (file)
@@ -22,11 +22,12 @@ class SelectAttackType
 public:
        explicit SelectAttackType(BattleState *battle)
        : ctrl(0), battle(battle) { }
-       ~SelectAttackType() { }
 
 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);