Explorar el Código

Use GD2's xy class.

jamesbowman hace 8 años
padre
commit
0ff0a25c6a
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      kenney.ino

+ 0 - 4
kenney.ino

@@ -50,10 +50,6 @@ class Trail {
     }
 };
 
-struct xy {
-  int x, y;
-};
-
 struct {
   xy p[3];
   Trail trail[3];