]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectSpell.h
renamed app::State's Resize -> OnResize
[l2e.git] / src / battle / states / SelectSpell.h
index 237e662c99753830db45d9ee396755c07593cfca..823bef2395dab65613391576ed2c2a24f84e1d46 100644 (file)
@@ -27,7 +27,7 @@ public:
        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);
+       virtual void OnResize(int width, int height);
 
        virtual void HandleEvents(const app::Input &);
        virtual void UpdateWorld(float deltaT);