summaryrefslogtreecommitdiffhomepage
path: root/src/entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.hpp')
-rw-r--r--src/entity.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entity.hpp b/src/entity.hpp
index c6edcf90..96e5477f 100644
--- a/src/entity.hpp
+++ b/src/entity.hpp
@@ -73,7 +73,6 @@ struct entity
protected:
entity(std::uint64_t id, struct chunk& c, entity_type type, const entity_proto& proto) noexcept;
-
void set_bbox_(Vector2b offset, Vector2b bbox_offset, Vector2ub bbox_size, pass_mode pass);
};