Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: shot/shot.h
- 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 {