Simple fish eat program

Dependencies:   mbed mbed-rtos N5110 ShiftReg Tone

Revision:
2:532b0225519f
Child:
11:7c1e2a9303d3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classes/HighScore.h	Mon Mar 22 15:54:04 2021 +0000
@@ -0,0 +1,12 @@
+#ifndef HIGHSCORE_H
+#define HIGHSCORE_H
+
+#include "N5110.h"
+
+class HighScore {
+    void viewScores(N5110 &lcd);
+
+public:
+};
+
+#endif
\ No newline at end of file