ELEC2645 (2018/19) / Mbed 2 deprecated el17ebs

Dependencies:   mbed FATFileSystem

Revision:
7:5a19dd9fe8a4
Parent:
6:747335f697d6
Child:
8:d410856c6d04
--- a/GolfEngine/GolfEngine.cpp	Wed Apr 17 10:35:52 2019 +0000
+++ b/GolfEngine/GolfEngine.cpp	Wed Apr 17 11:13:54 2019 +0000
@@ -1,5 +1,19 @@
 #include "GolfEngine.h"
 
+// constructor
+
+GolfEngine::GolfEngine()
+{
+
+}
+
+//deconstructor
+
+GolfEngine::~GolfEngine()
+{
+
+}
+
 void GolfEngine::init()
 {