This commit is contained in:
Daniel Gordon
2018-03-13 11:26:27 -07:00
7 changed files with 17 additions and 17 deletions

View File

@@ -17,7 +17,6 @@ def c_array(ctype, values):
arr[:] = values
return arr
class BOX(Structure):
_fields_ = [("x", c_float),
("y", c_float),