#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
#include "alien.h"

/** bullet Class
@author Laila Al Badwawi, University of Leeds
@brief Controls the bullet in the SpaceInvaders game 
@date April 2019
*/ 

class bullet 
{

public:
   bullet();
    ~bullet();
    
    void init(int size,int speed);