From f0b92d9a5a345112bc588fecbf818920da7ad418 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 9 Feb 2026 10:18:39 +0100 Subject: Small readability conventions --- src/main.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ab3075e..21ceb01 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,9 +1,12 @@ +#include "Game.hpp" + #include #include -#include "Game.hpp" + using namespace std; int main(){ + Game game; game.inGame = false; int choice; @@ -42,4 +45,5 @@ int main(){ } return 0; + } -- cgit v1.2.3