diff options
Diffstat (limited to 'Unit.cpp')
| -rw-r--r-- | Unit.cpp | 36 |
1 files changed, 20 insertions, 16 deletions
@@ -1,28 +1,32 @@ -/* ************************************* +/* ******************************************************************* * Includes - * *************************************/ + * ******************************************************************/ #include "Unit.h" -/* ************************************* +/* ******************************************************************* * Defines - * *************************************/ + * ******************************************************************/ -/* ************************************* - * Structs and enums - * *************************************/ +/* ******************************************************************* + * Types definition + * ******************************************************************/ -/* ************************************* - * Global Variables - * *************************************/ +/* ******************************************************************* + * Global variables definition + * ******************************************************************/ -/* ************************************* - * Local Variables - * *************************************/ +/* ******************************************************************* + * Local variables definition + * ******************************************************************/ -/* ************************************* - * Local Prototypes - * *************************************/ +/* ******************************************************************* + * Local prototypes declaration + * ******************************************************************/ + +/* ******************************************************************* + * Functions definition + * ******************************************************************/ /*****************************************************************//** * |
