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.
Diff: lib/GameEngine/GameEngine.h
- Revision:
- 12:50a7abf21f18
- Parent:
- 11:b288d01533cc
- Child:
- 21:1f44f5493c0d
- Child:
- 33:3894a7f846a0
--- a/lib/GameEngine/GameEngine.h Tue May 07 23:01:46 2019 +0000 +++ b/lib/GameEngine/GameEngine.h Wed May 08 01:28:25 2019 +0000 @@ -9,9 +9,10 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" +#include "Donkey.h" #include "Barrel.h" #include "Banana.h" -#include "Donkey.h" + class GameEngine @@ -23,7 +24,8 @@ ~GameEngine(); - void gameengine_run(Gamepad &pad,N5110 &lcd,Barrel &barrel,Banana &banana,Donkey &dky); + void gameengine_run(Gamepad &pad, N5110 &lcd, Barrel &barrel, Banana &banana, Donkey &dky); + void gameengine_score(Gamepad &pad, N5110 &lcd, Banana &banana); }; #endif \ No newline at end of file