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:
- 23:0301effce801
- Parent:
- 22:8cad70085883
- Child:
- 24:ab821bfeb383
--- a/Weapons/Weapons.h Sun Apr 14 10:38:54 2019 +0000 +++ b/Weapons/Weapons.h Sun Apr 14 11:34:14 2019 +0000 @@ -16,7 +16,7 @@ void init(int ship_xpos, int ship_ypos, int ship_width); /* Draw the missle */ - void draw(N5110 &lcd, int shipno); + void draw(N5110 &lcd,Gamepad &pad, int shipno); /* Gets the projectiles position */ Vector2D get_pos();