Commit eff445fb authored by Matthew Hausknecht's avatar Matthew Hausknecht

Remove c calls.

parent 07286e31
...@@ -75,10 +75,6 @@ hfo_lib.step.argtypes = [c_void_p] ...@@ -75,10 +75,6 @@ hfo_lib.step.argtypes = [c_void_p]
hfo_lib.step.restype = c_int hfo_lib.step.restype = c_int
hfo_lib.numParams.argtypes = [c_int] hfo_lib.numParams.argtypes = [c_int]
hfo_lib.numParams.restype = c_int hfo_lib.numParams.restype = c_int
hfo_lib.actionToString.argtypes = [c_int]
hfo_lib.actionToString.restype = c_char_p
hfo_lib.statusToString.argtypes = [c_int]
hfo_lib.statusToString.restype = c_char_p
hfo_lib.getUnum.argtypes = [c_void_p] hfo_lib.getUnum.argtypes = [c_void_p]
hfo_lib.getUnum.restype = c_int hfo_lib.getUnum.restype = c_int
hfo_lib.getNumTeammates.argtypes = [c_void_p] hfo_lib.getNumTeammates.argtypes = [c_void_p]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment