1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-07 02:30:19 -05:00
This commit is contained in:
Merlijn Wajer 2010-03-27 13:14:18 +01:00
parent 3333cc4a41
commit 1eb685d16e

View File

@ -36,8 +36,8 @@ dll.printpoints.argtypes = [PPOINT, c_int]
d = dll.printpoints(c, 2)
#dll.hoi.restype = None
#dll.hoi.argtypes = [POINTER(c_int)]
dll.hoi.restype = None
dll.hoi.argtypes = [POINTER(c_int)]
e = c_int(5)
dll.hoi(byref(e))