Adventure game written for ECE2035 at the Georgia Institute of Technology

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
3:289762133fd6
Parent:
2:0876296d9473
Child:
4:cdc54191ff07
--- a/graphics.h	Tue Apr 17 17:17:20 2018 +0000
+++ b/graphics.h	Wed Apr 18 20:18:51 2018 +0000
@@ -14,6 +14,7 @@
 void draw_door(int u, int v);
 void draw_goal(int u, int v);
 void draw_game_over();
+void draw_house_floor(int u, int v);
 
 /**
  * Takes a string image and draws it to the screen. The string is 121 characters