Reham Faqehi / Mbed 2 deprecated fy15raf

Dependencies:   mbed

Fork of fy15raf by ELEC2645 (2017/18)

Revision:
11:cb48d596aa3e
Parent:
9:e70179ff61c5
Child:
12:4d7f1349d796
--- a/GameEngine/GameEngine.h	Thu May 03 12:07:54 2018 +0000
+++ b/GameEngine/GameEngine.h	Thu May 03 22:34:03 2018 +0000
@@ -22,7 +22,12 @@
     void print_scores(N5110 &lcd);
     void print_scores1(N5110 &lcd);
     int get_gameOver1();
-
+   /* void sec();
+    int get_time();
+    void print_sec(N5110 &lcd);
+    Ticker ticker;
+    void timer_ist();
+    void print_sec_over(N5110 &lcd);*/
      
 private:
 
@@ -35,6 +40,8 @@
     void check_goal(Gamepad &pad);
     int score;
     int gameOver;
+   // int Sec;
+    //int g_timer_flag;
 };
 
 #endif