]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Situation.hpp
fix resource locator
[blobs.git] / src / creature / Situation.hpp
index df7abf2b9f0dab475d8904a1a9037898f33d003d..a60aeb7aa27ee55595210ef8cf0924ebdd6fc319 100644 (file)
@@ -30,6 +30,8 @@ public:
        bool OnSurface() const noexcept;
        int Surface() const noexcept { return surface; }
        const glm::dvec3 &Position() const noexcept { return position; }
+       bool OnTile() const noexcept;
+       glm::ivec2 SurfacePosition() const noexcept;
        world::Tile &GetTile() const noexcept;
        const world::TileType &GetTileType() const noexcept;