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:
- 24:ab821bfeb383
- Parent:
- 23:0301effce801
- Child:
- 26:a53d41adf40b
--- a/Weapons/Weapons.h Sun Apr 14 11:34:14 2019 +0000 +++ b/Weapons/Weapons.h Sun Apr 14 18:11:32 2019 +0000 @@ -19,7 +19,7 @@ void draw(N5110 &lcd,Gamepad &pad, int shipno); /* Gets the projectiles position */ - Vector2D get_pos(); + Vector2D get_pos(int shipno); /* Moves the projectile across the screen */ void update();