ELEC2645 (2018/19) / Mbed 2 deprecated fy14lkaa

Dependencies:   mbed

bullet/bullet.h

Committer:
fy14lkaa
Date:
2019-04-19
Revision:
22:6d3c3f2715d0
Parent:
21:5b953e368fba
Child:
23:bfda24746bd4

File content as of revision 22:6d3c3f2715d0:

#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();