From 90728defd6ffad622200f942037629a41a310bb0 Mon Sep 17 00:00:00 2001 From: benditstr Date: Mon, 10 Nov 2025 16:49:56 +0100 Subject: [PATCH] include fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 650003f..287251d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -#include "../../prog_3/includes/gamecube.h" +#include "gamecube.h" #include #include