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

Dependencies:   mbed Gamepad N5110 Joystick

Revision:
4:0fc3441556e1
Parent:
1:b9f3b7d869d8
Child:
5:23a85b16ee54
--- a/main.h	Thu May 09 00:19:35 2019 +0000
+++ b/main.h	Thu May 09 07:26:07 2019 +0000
@@ -7,6 +7,9 @@
 #include "Gamepad.h"
 #include "Snake.h"
 #include "Game_engine.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <time.h> 
 
 // INSTANCES
 extern N5110 lcd;
@@ -16,5 +19,6 @@
 void Init();
 void Welcome();
 void render();
+void update();
 
 #endif
\ No newline at end of file