diff options
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 e121a927..9ee9f1d1 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -49,6 +49,7 @@ struct object class chunk* const c; const std::shared_ptr<anim_atlas> atlas; const global_coords coord; + const std::weak_ptr<object> parent; const Vector2b offset, bbox_offset; const Vector2ub bbox_size; uint32_t delta = 0; |