Yang Zhenye 201199680

Dependencies:   mbed

Revision:
2:baca89f466bc
Parent:
1:74f525027af6
Child:
3:30c81344beff
--- a/Roony/Roony.cpp	Tue Apr 28 10:21:42 2020 +0000
+++ b/Roony/Roony.cpp	Thu Apr 30 07:08:09 2020 +0000
@@ -46,6 +46,13 @@
          _speed = 0
          }
      }
+void player::draw_gate(N5110 &lcd) {
+    lcd.drawLine(unsigned int const x0,
+                     unsigned int const y0,
+                     unsigned int const x1,
+                     unsigned int const y1,
+                     FullBlack)
+{
 bool player::collisicon_flag() {}
 int * player::get_form(roonybody){
     if (roonybody == left){