X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FEntity.h;h=d6ba5f3a3763dc2acd3aefd4697fde9d33bef8c5;hb=657eed00ae73b8d06470cec0d955aeada537a90d;hp=fd91f3eeb5ce2114a578ba6b9ffdfb61da02a774;hpb=56b6adfe5cf27293ee40b43502142e0690d8293b;p=l2e.git diff --git a/src/map/Entity.h b/src/map/Entity.h index fd91f3e..d6ba5f3 100644 --- a/src/map/Entity.h +++ b/src/map/Entity.h @@ -34,6 +34,8 @@ public: graphics::AnimationRunner &Animation() { return animation; } const graphics::AnimationRunner &Animation() const { return animation; } + bool TileLock(int width, int height) const; + void Update(float deltaT); void Render(SDL_Surface *, const geometry::Vector &offset) const;