ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

Revision:
31:69fedaa9b171
Parent:
25:bf47fe41883a
Child:
39:e128071a95b0
--- a/Input/Input.h	Sat Apr 13 09:29:37 2019 +0000
+++ b/Input/Input.h	Sat Apr 13 09:53:39 2019 +0000
@@ -4,5 +4,6 @@
 namespace Input {
     enum Button {LEFT, RIGHT, UP, DOWN, START};
     bool buttonHit(Button button);
+    int getSeed();
 };
 #endif
\ No newline at end of file