remove all the ints from the pyray hints and docs. (leave them in pyray itself for backwards compability) add proper enums to pyray and to pyray hints/docs (generated from raylib.json). TODO: raygui, rlgl, maybe something for the C API. See issue #52

This commit is contained in:
richard 2022-02-04 12:14:03 +00:00
parent d05890344d
commit 2c752b5ad0
7 changed files with 715 additions and 515 deletions

View file

@ -116,3 +116,5 @@ for struct in ffi.list_types()[0]:
f = makeStructHelper(struct)
setattr(current_module, struct, f)
# overwrite ffi enums with our own
from raylib.enums import *

File diff suppressed because it is too large Load diff