diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:13:39 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:13:39 +0100 |
| commit | b6bc0d092fe2ab07c6aa1406781a13838714cdf2 (patch) | |
| tree | 74ee021008d28ffcae2026cf0a31fce1ec57207e /src/main.cpp | |
| parent | b80b1fbc4da147911099a27a8ad3d677a122ee21 (diff) | |
several fixes and successfull build
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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(){ |
