ELEC2645 (2018/19) / Mbed 2 deprecated el17st

Dependencies:   mbed FATFileSystem

Revision:
10:4fda7b01484a
Parent:
9:ac396c818874
Child:
13:95323e0f2fcb
diff -r ac396c818874 -r 4fda7b01484a CaMove/CaMove.h
--- a/CaMove/CaMove.h	Thu Apr 25 01:31:32 2019 +0000
+++ b/CaMove/CaMove.h	Fri Apr 26 02:31:11 2019 +0000
@@ -168,7 +168,7 @@
     /** Function that moves the Charater per Frame.
      *@param lcd The N5110 class object.
      */
-    void chase(N5110 &lcd);
+    void chase(N5110 &lcd, int girl);
     /** Function that tell if the player is caught by chaser Charater.
      *@returns Returns a boolean true is caught and false if not.
      */