diff options
Diffstat (limited to 'src/entity.hpp')
-rw-r--r-- | src/entity.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.hpp b/src/entity.hpp index 183892d5..b49999e7 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -57,6 +57,7 @@ struct entity float ordinal(local_coords xy, Vector2b offset, Vector2s z_offset) const; struct chunk& chunk() const; size_t index() const; + virtual bool is_virtual() const; explicit operator entity_proto() const; |