summaryrefslogtreecommitdiff
path: root/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Unit.cpp')
-rw-r--r--Unit.cpp36
1 files changed, 20 insertions, 16 deletions
diff --git a/Unit.cpp b/Unit.cpp
index 74a2110..ad49f2e 100644
--- a/Unit.cpp
+++ b/Unit.cpp
@@ -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
+ * ******************************************************************/
/*****************************************************************//**
*