summaryrefslogtreecommitdiff
path: root/Sprite.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 /Sprite.cpp
parentcd78b97bceaf6ecbbab6f89631c15ed712878d4d (diff)
Fixed "includes/defines/local variables" headers.
Diffstat (limited to 'Sprite.cpp')
-rw-r--r--Sprite.cpp36
1 files changed, 20 insertions, 16 deletions
diff --git a/Sprite.cpp b/Sprite.cpp
index 3fb3f0a..ea7f9d2 100644
--- a/Sprite.cpp
+++ b/Sprite.cpp
@@ -1,28 +1,32 @@
-/* *************************************
+/* *******************************************************************
* Includes
- * *************************************/
+ * ******************************************************************/
#include "Sprite.h"
-/* *************************************
+/* *******************************************************************
* Defines
- * *************************************/
+ * ******************************************************************/
-/* *************************************
- * Structs and enums
- * *************************************/
+/* *******************************************************************
+ * Types definition
+ * ******************************************************************/
-/* *************************************
- * Global Variables
- * *************************************/
+/* *******************************************************************
+ * Global variables definition
+ * ******************************************************************/
-/* *************************************
- * Local Variables
- * *************************************/
+/* *******************************************************************
+ * Local variables definition
+ * ******************************************************************/
-/* *************************************
- * Local Prototypes
- * *************************************/
+/* *******************************************************************
+ * Local prototypes declaration
+ * ******************************************************************/
+
+/* *******************************************************************
+ * Functions definition
+ * ******************************************************************/
/*****************************************************************//**
*