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
Diff: SpaceInvader/SpaceInvader.h
- Revision:
- 5:0da65740cd5e
- Parent:
- 4:d744920089ea
- Child:
- 16:3cb5c59ae7e8
--- a/SpaceInvader/SpaceInvader.h Sun May 05 13:53:39 2019 +0000 +++ b/SpaceInvader/SpaceInvader.h Wed May 08 10:08:05 2019 +0000 @@ -14,8 +14,6 @@ void init(int height,int width); void draw(N5110 &lcd); void update(Direction d,float mag); - void add_score(); - int get_score(); Vector2D get_pos(); private: