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: Weapons/Weapons.h
- Revision:
- 14:88ca5b1a111a
- Parent:
- 9:241a1a7d8527
- Child:
- 22:8cad70085883
--- a/Weapons/Weapons.h Wed Apr 10 12:04:07 2019 +0000 +++ b/Weapons/Weapons.h Wed Apr 10 18:50:17 2019 +0000 @@ -17,6 +17,7 @@ /* Draw the missle */ void draw(N5110 &lcd); + void draw_i(N5110 &lcd); /* Gets the projectiles position */ Vector2D get_pos();