Mortal Kombat Game ELEC2645

Dependencies:   mbed N5110 ShiftReg Joystick

Revision:
14:7f23841685ad
Parent:
13:eaf070d5f599
Child:
15:7fd2d34f3be5
--- a/Enemy.h	Sun Apr 25 15:04:06 2021 +0000
+++ b/Enemy.h	Mon Apr 26 22:19:28 2021 +0000
@@ -10,7 +10,7 @@
      Enemy();  // constructor
      int get_x();        // get x co-ordinate
      int get_y();        // get y co-ordinate
-     void init(int input);   
+     void init();   
      void set_x(int x);  // set x co-ordinate
      void set_y(int y);  // set y co-ordinate
      void add_x(int x);  // add to the x co-ordinate