ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

Revision:
18:24ce897024d0
Parent:
13:59e17cab320a
Child:
22:0a474f074553
--- a/Input/Input.h	Wed Apr 03 13:37:56 2019 +0000
+++ b/Input/Input.h	Wed Apr 03 14:31:49 2019 +0000
@@ -1,3 +1,6 @@
+#ifndef INPUT_H
+#define INPUT_H
+
 #include "Gamepad.h"
 
 namespace Input {
@@ -9,3 +12,4 @@
     bool buttonHit(Button button);
     bool buttonHeld(Button button);
 };
+#endif
\ No newline at end of file