X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmap%2FEntity.h;h=e1ede977e65888eea33360f20a37b3f91aa63a93;hb=3565d69c463c39b05b4612ca3d3557139d91e310;hp=2bc6aac6a863913eaece225598bf8ed85e5cd969;hpb=1d6a9f01b8db0f5212b6a02603dd0670c6da38c7;p=l2e.git diff --git a/src/map/Entity.h b/src/map/Entity.h index 2bc6aac..e1ede97 100644 --- a/src/map/Entity.h +++ b/src/map/Entity.h @@ -43,6 +43,7 @@ public: const graphics::AnimationRunner &Animation() const { return animation; } void SetOrientation(Orientation); + Orientation GetOrientation() const { return orientation; } void SetSpeed(float); bool TileLock(int width, int height) const;