ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18jkeo

Dependencies:   mbed

Revision:
26:31a729ec7e76
Parent:
25:823b1a997a0c
Child:
27:eb755a345b1f
diff -r 823b1a997a0c -r 31a729ec7e76 Ship/Ship.h
--- a/Ship/Ship.h	Fri May 15 15:45:38 2020 +0000
+++ b/Ship/Ship.h	Fri May 15 15:49:43 2020 +0000
@@ -16,13 +16,8 @@
 {
     
 public: 
-/** Constructor */
     Ship();
-/** Destructor */
     ~Ship();
-/** Set the score
- * @param the value of the score (int)
- */
     void init(int height, int width);        //dimensions of the ship without shooter, y position is bottom of the screen
     void render(N5110 &lcd);                          //Draws basic rectangle ship
     Vector2D get_position();                        //Returns position of ship