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:
- 24:0570cb4b92d7
- Parent:
- 23:240bc00ef25b
- Child:
- 25:749f1efc31fc
--- a/game/game.h Sun Mar 31 01:04:59 2019 +0000 +++ b/game/game.h Tue Apr 02 15:38:40 2019 +0000 @@ -3,6 +3,7 @@ #include "geometry.h" + class Game{ public: bool updateAndDraw(); @@ -12,9 +13,6 @@ void collideEnemiesBlastsAndPlayer(); void collideEnemiesAndPlayer(); void gameOver(); - - //CircleBounds player_bounds; - //CircleBounds blast_bounds; };