From a51e8d4a24ff998fc184c39aa25009b28a0863c8 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Wed, 28 Jan 2026 17:59:12 +0100 Subject: initialization of implementation of Game class --- src/Game/Game.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Game/Game.cpp b/src/Game/Game.cpp index 841f08a..8f5d5f0 100644 --- a/src/Game/Game.cpp +++ b/src/Game/Game.cpp @@ -1,10 +1,7 @@ +#include "Game.hpp" #include "../Utils/Utils.hpp" #include #include #include -#include - -class Game{ - -}; \ No newline at end of file +#include \ No newline at end of file -- cgit v1.2.3