Jahanzeb Khan / Mbed 2 deprecated ELEC2645_Project_el19jak

Dependencies:   mbed

Revision:
2:430dcf420840
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/functions/functions.h	Fri Jun 05 22:51:49 2020 +0000
@@ -0,0 +1,25 @@
+#ifndef FUNCTIONS_H
+#define FUNCTIONS_H
+
+#include "mbed.h"
+#include "Gamepad.h"
+#include "N5110.h"
+#include "body.h"
+#include "food.h"
+
+class Functions
+{
+    
+public:
+    /**constructor*/
+    Functions();
+    
+    /**destructor*/
+    ~Functions();
+    
+    void output_score(N5110 &lcd, Gamepad &pad, Body &body, Food &food);
+    
+};
+
+#endif
+    
\ No newline at end of file