ELEC2645 (2018/19) / Mbed 2 deprecated fy14lkaa

Dependencies:   mbed

Revision:
86:79cfe806a11d
Parent:
85:0094d33fb1da
Child:
87:4635d00ffe9d
--- a/spase_ship/space_ship.cpp	Sun Apr 28 14:50:01 2019 +0000
+++ b/spase_ship/space_ship.cpp	Sun Apr 28 14:53:29 2019 +0000
@@ -20,3 +20,9 @@
     _score = 0;  // start score from zero
 
 }
+
+void space_ship::draw(N5110 &lcd)
+{
+    // draw space_ship in screen buffer. 
+  
+}