From 8ed9a3a57ad08bac4e8441b0b87ddc946296a3fd Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Mon, 9 Jul 2018 22:33:29 +0200 Subject: Fixed "includes/defines/local variables" headers. --- Game.cpp | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'Game.cpp') diff --git a/Game.cpp b/Game.cpp index 2fa2ba2..175d247 100644 --- a/Game.cpp +++ b/Game.cpp @@ -1,6 +1,6 @@ -/* ************************************** - * Includes * - * **************************************/ +/* ******************************************************************* + * Includes + * ******************************************************************/ #include "Game.h" #include "Sprite.h" @@ -9,13 +9,13 @@ #include #include -/* ************************************** - * Defines * - * **************************************/ +/* ******************************************************************* + * Defines + * ******************************************************************/ -/* ************************************** - * Structs and enums * - * **************************************/ +/* ******************************************************************* + * Types definition + * ******************************************************************/ enum tPauseMenuChoice { @@ -25,23 +25,23 @@ enum tPauseMenuChoice MAX_PAUSE_MENU_CHOICES, }; -/* ************************************** - * Global variables * - * **************************************/ +/* ******************************************************************* + * Global variables definition + * ******************************************************************/ -/* ************************************** - * Local variables * - * **************************************/ +/* ******************************************************************* + * Local variables definition + * ******************************************************************/ -/* ************************************** - * Local prototypes * - * **************************************/ +/* ******************************************************************* + * Local prototypes declaration + * ******************************************************************/ static enum tPauseMenuChoice GamePause(void); -/* ************************************** - * Functions definition * - * **************************************/ +/* ******************************************************************* + * Functions definition + * ******************************************************************/ /*****************************************************************//** * -- cgit v1.2.3