From 2b8d5d46109c44bbf744fcd83236b235e70f94b0 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sat, 24 Jan 2026 20:14:11 +0100 Subject: Moved game source files to game classification --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 762be04..56a5135 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ #include -#include "game.hpp" +#include "game/game.hpp" using namespace std; int main(){ -- cgit v1.2.3