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. --- main.cpp | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index a6f0cc3..6b8f911 100644 --- a/main.cpp +++ b/main.cpp @@ -1,30 +1,43 @@ -/* ************************************** - * Includes * - * **************************************/ +/* ******************************************************************* + * Includes + * ******************************************************************/ #include "Menu.h" #include "System.h" -/* ************************************** - * Defines * - * **************************************/ +/* ******************************************************************* + * Defines + * ******************************************************************/ -/* ************************************** - * Global variables * - * **************************************/ +/* ******************************************************************* + * Types definition + * ******************************************************************/ -/* ************************************** - * Functions definition * - * **************************************/ +/* ******************************************************************* + * Global variables definition + * ******************************************************************/ + +/* ******************************************************************* + * Local variables definition + * ******************************************************************/ + +/* ******************************************************************* + * Local prototypes declaration + * ******************************************************************/ + +/* ******************************************************************* + * Functions definition + * ******************************************************************/ /*****************************************************************//** * - * \brief Initializes the device and game parameters. + * \brief Initializes the device and game parameters and + * executes the game. * - * \return Error code (always 0), but is never returned. + * \return Error code (always 0), but must never be returned. * *********************************************************************/ -int main() +int main(void) { /* Initialize system and game parameters. */ SystemInit(); -- cgit v1.2.3