Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
10:e18685911e84
Parent:
9:cbb9cfb1f6c5
Child:
11:6cd02a8539d1
--- a/map.h	Tue Nov 30 00:48:48 2021 +0000
+++ b/map.h	Wed Dec 01 22:07:24 2021 +0000
@@ -85,6 +85,8 @@
  */
 Map* get_active_map();
 
+int get_current_map();
+
 /**
  * Sets the active map to map m, where m is the index of the map to activate.
  * Returns a pointer to the new active map.