Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
38:09832e662803
Parent:
34:1d5b4da3935e
diff -r a404860171a9 -r 09832e662803 Entity/Player/Player.h
--- 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);