Final Submission. I have read and agreed with Statement of Academic Integrity.

Dependencies:   mbed Gamepad N5110 Joystick

Revision:
1:b9f3b7d869d8
Parent:
0:1217c9dd0290
Child:
4:0fc3441556e1
--- a/main.h	Tue May 07 12:05:35 2019 +0000
+++ b/main.h	Wed May 08 19:32:05 2019 +0000
@@ -0,0 +1,20 @@
+#ifndef MAIN_H
+#define MAIN_H
+
+// LIBRARIES
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+#include "Snake.h"
+#include "Game_engine.h"
+
+// INSTANCES
+extern N5110 lcd;
+extern Gamepad gamepad;
+
+// FUNCTION PROTOTYPES
+void Init();
+void Welcome();
+void render();
+
+#endif
\ No newline at end of file