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 FXOS8700CQ mbed-rtos
Diff: Score/Score.h
- Revision:
- 12:71683453f66a
- Parent:
- 10:adff3c804985
- Child:
- 16:4e49f5cb972e
--- a/Score/Score.h Sun Apr 14 15:56:58 2019 +0000 +++ b/Score/Score.h Mon Apr 15 01:38:53 2019 +0000 @@ -7,6 +7,7 @@ #include "N5110.h" #include "Squirtle.h" #include "Charmander.h" +#include "Bulbasaur.h" class Score { @@ -19,7 +20,7 @@ void coin(Gamepad &pad); void evolution_music(Gamepad &pad, N5110 &lcd, int cha, int year); void congrats(Gamepad &pad, N5110 &lcd, int cha, int year); - void draw(N5110 &lcd, int cha, int year); + void draw(N5110 &lcd, int cha, int year, int x, int y); void draw_cong(N5110 &lcd, int cha, int year); void win(Gamepad &pad); void exam_intro(Gamepad &pad); @@ -28,5 +29,6 @@ private: Squirtle _s1; Charmander _c1; + Bulbasaur _b1; }; #endif \ No newline at end of file