summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-28 20:13:39 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-28 20:13:39 +0100
commitb6bc0d092fe2ab07c6aa1406781a13838714cdf2 (patch)
tree74ee021008d28ffcae2026cf0a31fce1ec57207e /src/main.cpp
parentb80b1fbc4da147911099a27a8ad3d677a122ee21 (diff)
several fixes and successfull build
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3e1c1cc..88b8ffa 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "Game/Game.hpp"
+#include "Game.hpp"
using namespace std;
int main(){