]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Entity.h
check blocking flags of tiles in map state
[l2e.git] / src / map / Entity.h
index 2bc6aac6a863913eaece225598bf8ed85e5cd969..e1ede977e65888eea33360f20a37b3f91aa63a93 100644 (file)
@@ -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;