]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/ColorFade.h
renamed state callbacks
[l2e.git] / src / graphics / ColorFade.h
index 7226a00e29ca658ba57b23ba0e721cd5048619b0..4ccb02b532d60f9863971f471567ed41f354410a 100644 (file)
@@ -27,10 +27,10 @@ public:
        void SetLeadOutTime(int ms) { leadOut = ms; }
 
 public:
-       virtual void EnterState(app::Application &ctrl, SDL_Surface *screen);
-       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 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 Resize(int width, int height);