X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=34ebdd2f15fc7dd9076392aec6357fa16ea0dacc;hb=d969efe468d2d9775ab2c5388be1cde8efa0b9ad;hp=2b530698ea48211fc5c08ed51e208a47bf45f4ea;hpb=c055b357c50dd871b49c38191a9d867ff42ea420;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 2b53069..34ebdd2 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -44,12 +44,16 @@ public: private: static bool ZCompare(const Entity *lhs, const Entity *rhs); + void OnTileLock(); void OnGridLock(); void OnMove(); + void UpdateFollower(Entity *); + private: Map *map; Entity *controlled; + app::Timer moveTimer; geometry::Vector tempTarget; geometry::Vector lastLock; graphics::Camera camera;