diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-07-09 22:33:29 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-07-09 22:33:29 +0200 |
| commit | 8ed9a3a57ad08bac4e8441b0b87ddc946296a3fd (patch) | |
| tree | 185528a843f4e38d0cc73d8893f3fed7d5639ada /Game.cpp | |
| parent | cd78b97bceaf6ecbbab6f89631c15ed712878d4d (diff) | |
| download | pocketempires-8ed9a3a57ad08bac4e8441b0b87ddc946296a3fd.tar.gz | |
Fixed "includes/defines/local variables" headers.
Diffstat (limited to 'Game.cpp')
| -rw-r--r-- | Game.cpp | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -1,6 +1,6 @@ -/* ************************************** - * Includes * - * **************************************/ +/* ******************************************************************* + * Includes + * ******************************************************************/ #include "Game.h" #include "Sprite.h" @@ -9,13 +9,13 @@ #include <Gamebuino.h> #include <Display.h> -/* ************************************** - * 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 + * ******************************************************************/ /*****************************************************************//** * |
