Interactive Alarm Clock Code

Dependencies:   4DGL-uLCD-SE mbed

Revision:
0:68a3851de2ee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/alarmChoice.h	Thu Dec 10 08:59:55 2015 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include <string>
+class alarmChoice
+{
+    public:
+        void displayChoice();
+        string setGameName();
+        int setGame();
+};
\ No newline at end of file