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:
- 28:4786e81ce3e3
- Parent:
- 27:4039cf79b3ec
- Child:
- 29:3cc490f4ffb9
diff -r 4039cf79b3ec -r 4786e81ce3e3 bullet/bullet.h
--- a/bullet/bullet.h Fri Apr 19 19:40:48 2019 +0000
+++ b/bullet/bullet.h Sat Apr 20 00:48:05 2019 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
-#include "alien.h"
+#include "Alien.h"
/** bullet Class
@author Laila Al Badwawi, University of Leeds
@@ -20,4 +20,6 @@
void draw(N5110 &lcd);
void update();
void set_velocity(Vector2D v);
- void set_pos(Vector2D p);
\ No newline at end of file
+ void set_pos(Vector2D p);
+ Vector2D get_pos();
+
\ No newline at end of file