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
Fork of el17dg by
Diff: game/game.h
- Revision:
- 10:f02413ae09fe
- Parent:
- 9:5ad5501c702e
- Child:
- 11:cf2ba52e8b7e
--- a/game/game.h Mon Mar 11 22:07:26 2019 +0000 +++ b/game/game.h Tue Mar 12 20:41:22 2019 +0000 @@ -9,7 +9,8 @@ void shipMovment(); void updateAndDrawBlasts(); void fireNewBlast(); - + void newStarFlies(); + void updateAndDrawStars(); };