Aiming Wu
/
2645_Assignment
Doxyjen of the Bird.h
Revision 6:0912dfea40f5, committed 2019-05-05
- Comitter:
- Wuuu
- Date:
- Sun May 05 17:46:26 2019 +0000
- Parent:
- 5:abe12cabd0b7
- Commit message:
- Final Submission. I have read and agreed with Statement of Academic Integrity.
Changed in this revision
diff -r abe12cabd0b7 -r 0912dfea40f5 Begin/Begin.h --- a/Begin/Begin.h Sun May 05 17:39:10 2019 +0000 +++ b/Begin/Begin.h Sun May 05 17:46:26 2019 +0000 @@ -10,6 +10,8 @@ /** Begin class *@brief Library to combine the Bird and the Wall1 +*@author Wu Aiming +*@date May 2019 */ class Begin @@ -55,3 +57,4 @@ #endif +
diff -r abe12cabd0b7 -r 0912dfea40f5 Bird/Bird.h --- a/Bird/Bird.h Sun May 05 17:39:10 2019 +0000 +++ b/Bird/Bird.h Sun May 05 17:46:26 2019 +0000 @@ -8,9 +8,9 @@ /** Bird class -*@brief Library to draw the bird +*@brief Library to draw the Bird *@author Wu Aiming -*@date May 2017 +*@date May 2019 @code @@ -219,3 +219,4 @@ }; #endif +
diff -r abe12cabd0b7 -r 0912dfea40f5 Copter/Copter.h --- a/Copter/Copter.h Sun May 05 17:39:10 2019 +0000 +++ b/Copter/Copter.h Sun May 05 17:46:26 2019 +0000 @@ -9,6 +9,8 @@ /** Copter class *@brief Library to draw the copter +*@author Wu Aiming +*@date May 2019 */ class Copter @@ -52,3 +54,4 @@ Vector2D _ans; }; #endif +
diff -r abe12cabd0b7 -r 0912dfea40f5 Game1/Game1.h --- a/Game1/Game1.h Sun May 05 17:39:10 2019 +0000 +++ b/Game1/Game1.h Sun May 05 17:46:26 2019 +0000 @@ -10,6 +10,8 @@ /** Game1 class *@brief Library to combine the Copter and Wall +*@author Wu Aiming +*@date May 2019 */ class Game1 @@ -50,3 +52,4 @@ #endif +
diff -r abe12cabd0b7 -r 0912dfea40f5 Wall/Wall.h --- a/Wall/Wall.h Sun May 05 17:39:10 2019 +0000 +++ b/Wall/Wall.h Sun May 05 17:46:26 2019 +0000 @@ -8,6 +8,8 @@ /** Wall class *@brief Library to draw the thoroughfare of the copter +*@author Wu Aiming +*@date May 2019 */ class Wall @@ -62,3 +64,4 @@ int _b12; }; #endif +
diff -r abe12cabd0b7 -r 0912dfea40f5 Wall1/Wall1.h --- a/Wall1/Wall1.h Sun May 05 17:39:10 2019 +0000 +++ b/Wall1/Wall1.h Sun May 05 17:46:26 2019 +0000 @@ -8,6 +8,8 @@ /** Wall1 class *@brief Library to draw the thoroughfare of the flappy bird +*@author Wu Aiming +*@date May 2019 */ class Wall1