Przeglądaj źródła

Use GD2's xy class.

jamesbowman 8 lat temu
rodzic
commit
0ff0a25c6a
1 zmienionych plików z 0 dodań i 4 usunięć
  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];