ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19zf

Dependencies:   mbed

Revision:
21:e3866e4fe5fb
Parent:
19:5083339b55e8
diff -r a36ab1560e73 -r e3866e4fe5fb shot/shot.h
--- a/shot/shot.h	Fri May 22 03:54:22 2020 +0000
+++ b/shot/shot.h	Fri May 22 04:49:26 2020 +0000
@@ -8,11 +8,6 @@
 #include <time.h>
 #include <stdlib.h>
 
-/** shot class
- *@brief set several kinds of shot and come from all around
- *@author Zeyu Feng
- *@13 April 2020
- */
 /**struct of shot position type and direction*/
 struct shot_posandtype {
     int x;
@@ -21,6 +16,11 @@
     int dir;
 };
 
+/** shot class
+ *@brief set several kinds of shot and come from all around
+ *@author Zeyu Feng
+ *@13 April 2020
+ */
 class shot
 {