Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

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 ---------------------------------------------------------------