diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 12:33:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 12:33:00 +0200 |
commit | 275cb79a1857fff08ce1b642bbfab6d7377bcaef (patch) | |
tree | b8671ed206fc27d4762779cf64113ef7d9ce8fd9 /src/object.hpp | |
parent | 5be116ea43231c747f09c4d43a75d45984b54a66 (diff) |
aa
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object.hpp b/src/object.hpp index bd5066b9..c02e4d07 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -63,6 +63,7 @@ struct object struct chunk& chunk() const; size_t index() const; virtual bool is_virtual() const; + point position() const; explicit operator object_proto() const; |