ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18ajst

Dependencies:   mbed

Revision:
23:9610a8f91336
Parent:
22:f329b05e26ff
--- a/Enemy/Enemy.h	Tue May 26 23:36:52 2020 +0000
+++ b/Enemy/Enemy.h	Tue May 26 23:41:09 2020 +0000
@@ -15,7 +15,7 @@
 {
 public:
     /** 
-  * @brief Constructor that sets inital x and y with random seet
+  * @brief Constructor that sets inital x and y with random seed
   * @param x and y  @details x and y in pixels (places enemy somewhere on the edge of a 84x48 board)
   */
     Enemy(int seed);
@@ -27,7 +27,7 @@
     ///Y value accessor
     int get_y();
      /** 
-  * @brief Reset enemy to edge with random seed, and creates an animation on death
+  * @brief Mutator to reset enemy to edge with random seed, and creates an animation on death
   * @param seed, lcd  @details integer seed and pointer to lcd
   */
     void reset(int seed, N5110 &lcd);