summaryrefslogtreecommitdiffhomepage
path: root/src/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object.hpp b/src/object.hpp
index 66cf4d6b..4d2279e1 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -63,6 +63,7 @@ struct object
float ordinal() const;
float ordinal(local_coords xy, Vector2b offset, Vector2s z_offset) const;
class chunk& chunk() const;
+ class world& world() const;
size_t index() const;
virtual bool is_virtual() const;
point position() const;