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: bullet/bullet.h
- Revision:
- 22:6d3c3f2715d0
- Parent:
- 21:5b953e368fba
- Child:
- 23:bfda24746bd4
--- a/bullet/bullet.h Fri Apr 19 18:46:57 2019 +0000
+++ b/bullet/bullet.h Fri Apr 19 19:12:42 2019 +0000
@@ -3,3 +3,15 @@
#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();
\ No newline at end of file