diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 07:59:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 07:59:21 +0200 |
commit | 92124b599a4de4ea072bc80156bd7d1da53d2ef4 (patch) | |
tree | 93bc0a1b5a599be32c8fec4dbc88ab1890ccc4bd /src/object.hpp | |
parent | 3a16258e42b6f198c2fb4bfde45c66ee405adac4 (diff) |
a
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 3832572b..bd5066b9 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -77,6 +77,7 @@ struct object object_type type_of() const noexcept; static point normalize_coords(global_coords coord, Vector2b cur_offset, Vector2i delta); + static point normalize_coords(const point& pt, Vector2i delta); virtual bool is_dynamic() const; bool can_rotate(rotation new_r); |