ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18jkeo

Dependencies:   mbed

Revision:
31:27c938ec2a11
Parent:
30:4504b5dd47d1
Child:
38:6f50b548226e
--- a/AlienBullet/AlienBullet.h	Sun May 17 15:15:27 2020 +0000
+++ b/AlienBullet/AlienBullet.h	Sun May 17 16:32:36 2020 +0000
@@ -10,15 +10,9 @@
 class AlienBullet
 {    
 public:
-    /** Constructor */
     AlienBullet();                                                              
-   /** Destructor */
     ~AlienBullet();
-    /** Set private variabls
-    * @param the x and y position of the bullet
-    */
     void init(int x, int y);                                                    //initialises objects and sets private variables
-   
     void render(N5110 &lcd);                                                    //draws bullet 
     void update();                                                              //udpdates private variables
     //accessors and mutators