X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraphics%2FColorFade.h;fp=src%2Fgraphics%2FColorFade.h;h=4ccb02b532d60f9863971f471567ed41f354410a;hb=65158353d1ecbed0032752863c6c4eb96b1a084a;hp=7226a00e29ca658ba57b23ba0e721cd5048619b0;hpb=f6691e2827a7eb8d2bdd3fbe175ecbfda09357ae;p=l2e.git diff --git a/src/graphics/ColorFade.h b/src/graphics/ColorFade.h index 7226a00..4ccb02b 100644 --- a/src/graphics/ColorFade.h +++ b/src/graphics/ColorFade.h @@ -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);