mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-07 10:40:19 -05:00
Merge?
This commit is contained in:
parent
3333cc4a41
commit
1eb685d16e
@ -36,8 +36,8 @@ dll.printpoints.argtypes = [PPOINT, c_int]
|
|||||||
|
|
||||||
d = dll.printpoints(c, 2)
|
d = dll.printpoints(c, 2)
|
||||||
|
|
||||||
#dll.hoi.restype = None
|
dll.hoi.restype = None
|
||||||
#dll.hoi.argtypes = [POINTER(c_int)]
|
dll.hoi.argtypes = [POINTER(c_int)]
|
||||||
|
|
||||||
e = c_int(5)
|
e = c_int(5)
|
||||||
dll.hoi(byref(e))
|
dll.hoi(byref(e))
|
||||||
|
Loading…
Reference in New Issue
Block a user