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 /Sprite.cpp | |
| parent | cd78b97bceaf6ecbbab6f89631c15ed712878d4d (diff) | |
Fixed "includes/defines/local variables" headers.
Diffstat (limited to 'Sprite.cpp')
| -rw-r--r-- | Sprite.cpp | 36 |
1 files changed, 20 insertions, 16 deletions
@@ -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 + * ******************************************************************/ /*****************************************************************//** * |
