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. --- Sprite.cpp | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'Sprite.cpp') 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 + * ******************************************************************/ /*****************************************************************//** * -- cgit v1.2.3