Game codes for Pokemon Academy Yiu Fai Kwok - 201198802 I have read the University Regulations on Plagiarism and state that the work covered by this declaration is my own and does not contain any unacknowledged work from other sources.

Dependencies:   mbed FXOS8700CQ mbed-rtos

Revision:
2:464c7e62d97d
Child:
4:5bc9c4363d31
diff -r 61b67654ffb7 -r 464c7e62d97d Score/Score.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Score/Score.h	Wed Apr 03 03:06:00 2019 +0000
@@ -0,0 +1,22 @@
+#ifndef SCORE_H
+#define SCORE_H
+
+#include "Gamepad.h"
+#include "mbed.h"
+#include "Notes.h"
+
+class Score
+{
+public:
+
+    Score();
+    ~Score();
+    void title_music(Gamepad &pad);
+    void level_up(Gamepad &pad);
+    void congrats(Gamepad &pad);
+    void coin(Gamepad &pad);
+    
+private:
+
+};
+#endif
\ No newline at end of file