From: Nils Forssén Date: Thu, 9 Nov 2023 13:02:54 +0000 (+0100) Subject: Changed name of gamestate X-Git-Url: https://gitweb.forssennils.se/?a=commitdiff_plain;h=6540aa9a8a40ddf39340bc4feeac85b6a38ed6d9;p=TDDC76_proj.git Changed name of gamestate --- diff --git a/src/Game.cc b/src/Game.cc deleted file mode 100644 index e69de29..0000000 diff --git a/src/Game.h b/src/Game.h deleted file mode 100644 index e69de29..0000000 diff --git a/src/Game_state.cc b/src/Game_state.cc new file mode 100644 index 0000000..e69de29 diff --git a/src/Game_state.h b/src/Game_state.h new file mode 100644 index 0000000..e69de29 diff --git a/src/_main.cc b/src/_main.cc index cdb5dcd..ae826bf 100644 --- a/src/_main.cc +++ b/src/_main.cc @@ -4,13 +4,8 @@ * All spelkod bör köras frÃ¥n denna fil och denna fil enbart. */ -#include "Game.h" -#include "constants.h" - int main () { - // We only want the main function to start the Game and then run it - Game g { "Example Program", screen_width, screen_height }; - g.start (); + }