summaryrefslogtreecommitdiffhomepage
path: root/src/global-coords.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/global-coords.hpp')
-rw-r--r--src/global-coords.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global-coords.hpp b/src/global-coords.hpp
index 031b84d7..67547f4d 100644
--- a/src/global-coords.hpp
+++ b/src/global-coords.hpp
@@ -138,6 +138,8 @@ public:
constexpr global_coords& operator+=(Vector2i vec) noexcept;
constexpr global_coords& operator-=(Vector2i vec) noexcept;
constexpr Vector2i operator-(global_coords other) const noexcept;
+
+ size_t hash() const noexcept;
};
constexpr local_coords global_coords::local() const noexcept