Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FATFileSystem
Diff: CaMove/CaMove.h
- 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.
*/