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:
- 19:065207c07c3c
- Parent:
- 18:14e5391beccf
- Child:
- 20:01efa2bce75d
--- a/CaMove/CaMove.h Wed May 08 01:49:54 2019 +0000
+++ b/CaMove/CaMove.h Wed May 08 02:45:11 2019 +0000
@@ -168,7 +168,7 @@
/** Function that moves the Charater per Frame.
*@param lcd The Bitmap class object.
*/
- void chase(Bitmap &lcd, int girl);
+ void chase(Bitmap &lcd, int chaser);
/** Function that tell if the player is caught by chaser Charater.
*@returns Returns a boolean true is caught and false if not.
*/