diff options
Diffstat (limited to 'src/games/Game.hpp')
| -rw-r--r-- | src/games/Game.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/games/Game.hpp b/src/games/Game.hpp index b09b618..2156b7e 100644 --- a/src/games/Game.hpp +++ b/src/games/Game.hpp @@ -4,7 +4,6 @@ #include <SDL3/SDL.h> #include <memory> #include <vector> -#include <renderer/RenderGroup.hpp> struct SDL_Window; @@ -17,7 +16,7 @@ public: MINESWEEPER }; - static std::unique_ptr<Game> Select(GameType type, RenderGroup& render_group); + static std::unique_ptr<Game> Select(GameType type); Game() = default; virtual ~Game(); |
