My ELEC2645 project. Nikollao Sulollari. 200804685

Dependencies:   N5110 SoftPWM mbed

Fork of Treasure_Hunt by ELEC2645 (2015/16)

Revision:
20:59aa6189a47d
Parent:
19:70d40dac5ae0
Child:
21:6b02ef341358
--- a/main.h	Mon May 02 15:08:00 2016 +0000
+++ b/main.h	Mon May 02 17:57:27 2016 +0000
@@ -97,6 +97,11 @@
 */
 Ticker ticker;
 
+/**
+@nameSpace timer
+@brief  interface is used to measure the time between start and stop
+*/
+Timer timer;
 
 /**
 @nameSpace game_ticker
@@ -255,11 +260,13 @@
 void enemies();
 
 /**
-Get s vslue of the .y position, control menu
+Implement Menu in the game and display on screen
 */
-int menu();
+void menu();
 
-//testing
+/**
+Check for overlap between hero and enemies or obstacles
+*/
 void checkOverlap();
 
 /**