diff options
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 968be089..6833ab03 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -47,6 +47,7 @@ struct chunk final tile_ref operator[](local_coords xy) noexcept; tile_proto operator[](local_coords xy) const noexcept; + chunk_coords_ coord() const noexcept; tile_ref at_offset(local_coords pos, Vector2i off); tile_ref at_offset(tile_ref r, Vector2i off); Optional<tile_ref> at_offset_(local_coords pos, Vector2i off); |