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:
- 6:9104692d6c8c
- Parent:
- 5:bc0691d02fd5
--- a/Score/Score.h Mon Apr 08 00:41:25 2019 +0000 +++ b/Score/Score.h Wed Apr 10 17:52:45 2019 +0000 @@ -6,6 +6,7 @@ #include "Notes.h" #include "N5110.h" #include "Squirtle.h" +#include "Charmander.h" class Score { @@ -18,7 +19,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); @@ -26,5 +27,6 @@ private: Squirtle _s1; + Charmander _c1; }; #endif \ No newline at end of file