summaryrefslogtreecommitdiffhomepage
path: root/src/entity.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-18 00:08:33 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-18 00:08:33 +0100
commitc7a342d71ee93586b073a8e9c73b8ba6b621266f (patch)
tree4fd99ee3db670fe9933e023d18d74f50abf1311c /src/entity.hpp
parent2640db18223b6a93140dd8fdc57d607d4b777f08 (diff)
a
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);
};