summaryrefslogtreecommitdiff
path: root/Game.cpp
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-07-09 22:33:29 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2018-07-09 22:33:29 +0200
commit8ed9a3a57ad08bac4e8441b0b87ddc946296a3fd (patch)
tree185528a843f4e38d0cc73d8893f3fed7d5639ada /Game.cpp
parentcd78b97bceaf6ecbbab6f89631c15ed712878d4d (diff)
downloadpocketempires-8ed9a3a57ad08bac4e8441b0b87ddc946296a3fd.tar.gz
Fixed "includes/defines/local variables" headers.
Diffstat (limited to 'Game.cpp')
-rw-r--r--Game.cpp42
1 files changed, 21 insertions, 21 deletions
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 <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
+ * ******************************************************************/
/*****************************************************************//**
*