aboutsummaryrefslogtreecommitdiff
path: root/src/games/minesweeper/Minesweeper.hpp
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-12-12 03:35:42 +0100
committerfschildt <florian.schildt@protonmail.com>2025-12-12 03:35:42 +0100
commitf24d302be51f8cd2f4c5796283ea9f9a3be8d922 (patch)
tree30e5634c240e4d0f3d34120e027682bec35e1976 /src/games/minesweeper/Minesweeper.hpp
parentd72d3f8c4973c2bfb307b18abf2365823f3bb71c (diff)
renderer: take ScreenPosToViewPos from minesweeper
Diffstat (limited to 'src/games/minesweeper/Minesweeper.hpp')
-rw-r--r--src/games/minesweeper/Minesweeper.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/games/minesweeper/Minesweeper.hpp b/src/games/minesweeper/Minesweeper.hpp
index 8f8a2d2..46c6b3d 100644
--- a/src/games/minesweeper/Minesweeper.hpp
+++ b/src/games/minesweeper/Minesweeper.hpp
@@ -42,9 +42,6 @@ private:
bool IsMine(int32_t x, int32_t y);
- V2F32 ScreenPosToViewPos(V2F32 screen_pos);
-
-
private:
static constexpr int32_t s_max_grid_height = 32;
static constexpr int32_t s_max_grid_width = 32;