diff options
Diffstat (limited to 'src/tile.hpp')
-rw-r--r-- | src/tile.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tile.hpp b/src/tile.hpp index 1997f747..52d06b9d 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -17,4 +17,6 @@ struct tile final fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(tile); }; +bool operator==(const tile& a, const tile& b) noexcept; + } //namespace floormat |