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 MotionSensor
Diff: Entity/Player/Player.h
- Revision:
- 38:09832e662803
- Parent:
- 34:1d5b4da3935e
--- a/Entity/Player/Player.h Tue May 07 03:47:39 2019 +0000
+++ b/Entity/Player/Player.h Tue May 07 09:09:38 2019 +0000
@@ -21,9 +21,7 @@
void move_bullets();
void increment_frames(float mapped_x, float mapped_y);
char * get_frame();
- void draw_player(N5110 &lcd);
- void draw_bullets(N5110 &lcd);
-
+
public:
// Constructors
Player(float pos_x, float pos_y);