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