Blatant copy rcorre's 'Fix SetShaderValue and port rlights.'
This commit is contained in:
parent
3e6462d3af
commit
bc85894992
7 changed files with 342 additions and 21 deletions
|
|
@ -36,6 +36,9 @@ def fix_pointer(name: str, t: str):
|
|||
pre += "[*c]"
|
||||
if len(pre) != 0:
|
||||
t = pre + "const " + t
|
||||
|
||||
if t == "[*c]const void":
|
||||
t = "*const c_void"
|
||||
return name, t
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue