update to raylib 4.2-dev and re-add physac and raygui from their own repos.
This commit is contained in:
parent
3e729eca0f
commit
623c2a6c10
18 changed files with 2148 additions and 819 deletions
|
@ -95,7 +95,7 @@ for struct in ffi.list_types()[0]:
|
|||
if ffi.typeof(struct).kind == "struct":
|
||||
# if ffi.typeof(struct).fields is None:
|
||||
# print("weird empty struct, skipping", file=sys.stderr)
|
||||
# break
|
||||
# continue
|
||||
print(f"{struct}: struct")
|
||||
# sig = ""
|
||||
# for arg in ffi.typeof(struct).fields:
|
||||
|
|
Reference in a new issue