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:
parent
d05890344d
commit
2c752b5ad0
7 changed files with 715 additions and 515 deletions
|
@ -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 *
|
||||
|
|
Reference in a new issue