summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-16 08:30:41 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-17 23:23:11 +0100
commitfd9298ef43136fa89dab034096690a08027ebf44 (patch)
tree312aefb9cddd02511ec09bbce9aa2bf495a42e8c /src/chunk.hpp
parentea37d1030186f76b88f189f6ea0cc2b2d57a985a (diff)
a
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r--src/chunk.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp
index 15cb1dc0..497c0181 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -150,7 +150,8 @@ private:
bool operator==(const bbox& other) const noexcept;
};
- bool _bbox_for_scenery(const entity& s, bbox& value) noexcept;
+ static bool _bbox_for_scenery(const entity& s, bbox& value) noexcept;
+ static bool _bbox_for_scenery(const entity& s, local_coords local, Vector2b offset, bbox& value) noexcept;
void _remove_bbox(const bbox& x);
void _add_bbox(const bbox& x);
void _replace_bbox(const bbox& x0, const bbox& x, bool b0, bool b);