Added bindings for new functions

This commit is contained in:
_ 2018-04-23 17:59:46 -07:00
parent 9a14430a88
commit 438ba04efb

View File

@ -65,6 +65,10 @@ class Devil1TEX_FN(ctypes.Structure):
("printbatchdesc", ctypes.CFUNCTYPE(
None,
ctypes.POINTER(TextureBatchDescriptor))),
("getheader", ctypes.CFUNCTYPE(
ctypes.c_bool,
ctypes.POINTER(ctypes.POINTER(TexturePack)),
ctypes.c_char_p)),
("getbatchdesc", ctypes.CFUNCTYPE(
ctypes.c_bool,
ctypes.POINTER(TextureBatchDescriptor),
@ -179,6 +183,10 @@ class Devil1GEO_FN(ctypes.Structure):
("printcoordinate", ctypes.CFUNCTYPE(
None,
ctypes.POINTER(Coordinate))),
("getheader", ctypes.CFUNCTYPE(
None,
ctypes.POINTER(ctypes.POINTER(Header)),
ctypes.c_char_p)),
("getmeshheader", ctypes.CFUNCTYPE(
ctypes.c_bool,
ctypes.POINTER(MeshHeader),