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.
Diff: Weapons/Weapons.h
- Revision:
- 34:85ccc16f24d2
- Parent:
- 31:6015e8ed859c
- Child:
- 82:3211b31e9421
--- a/Weapons/Weapons.h Thu May 14 22:41:16 2020 +0000
+++ b/Weapons/Weapons.h Fri May 15 12:05:33 2020 +0000
@@ -85,13 +85,6 @@
*/
void calc_alien_bullets_start_pos(Vector2D alien_pos,
bool alien_sprite_direction_);
-
- /** Calulates the bullet movement depeding on spaceship positions and
- * joystick input
- * @param d_ @details : Direction object of joystick
- * @retrun integer @details move bullet value for bullet draw function
- */
- int calc_bullet_movement(Direction d_);
// Variables ---------------------------------------------------------------