summaryrefslogtreecommitdiff
path: root/Player.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 /Player.cpp
parentcd78b97bceaf6ecbbab6f89631c15ed712878d4d (diff)
Fixed "includes/defines/local variables" headers.
Diffstat (limited to 'Player.cpp')
-rw-r--r--Player.cpp38
1 files changed, 23 insertions, 15 deletions
diff --git a/Player.cpp b/Player.cpp
index ba507a6..b90e9fa 100644
--- a/Player.cpp
+++ b/Player.cpp
@@ -1,25 +1,33 @@
-/* **************************************
- * Includes *
- * **************************************/
+/* *******************************************************************
+ * Includes
+ * ******************************************************************/
#include "Player.h"
#include <string.h>
-/* **************************************
- * Defines *
- * **************************************/
+/* *******************************************************************
+ * Defines
+ * ******************************************************************/
-/* **************************************
- * Structs and enums *
- * **************************************/
+/* *******************************************************************
+ * Types definition
+ * ******************************************************************/
-/* **************************************
- * Local variables *
- * **************************************/
+/* *******************************************************************
+ * Global variables definition
+ * ******************************************************************/
-/* **************************************
- * Functions definition *
- * **************************************/
+/* *******************************************************************
+ * Local variables definition
+ * ******************************************************************/
+
+/* *******************************************************************
+ * Local prototypes declaration
+ * ******************************************************************/
+
+/* *******************************************************************
+ * Functions definition
+ * ******************************************************************/
/*****************************************************************//**
*