]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/State.h
added run state to flee from battle
[l2e.git] / src / app / State.h
index b4c26d047cd7c88429e62d56a164be048fdcd7aa..c74043bf6b7bacc1e2d2f336ed99a42115f261fd 100644 (file)
@@ -38,7 +38,7 @@ public:
        /// adapt the state's graphics to given dimensions
        virtual void Resize(int width, int height) = 0;
 
-       virtual void HandleInput(const Input &) = 0;
+       virtual void HandleEvents(const Input &) = 0;
        virtual void UpdateWorld(float deltaT) = 0;
        virtual void Render(SDL_Surface *) = 0;