Make secretViewActive in guiTextInputBox optional (#205)
This commit is contained in:
parent
1a9b848c06
commit
e18e2db5e5
2 changed files with 2 additions and 1 deletions
|
|
@ -300,6 +300,7 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
|
|||
("rlLoadShaderBuffer", "data"),
|
||||
("rlLoadShaderCode", "vsCode"),
|
||||
("rlLoadShaderCode", "fsCode"),
|
||||
("GuiTextInputBox", "secretViewActive")
|
||||
]
|
||||
|
||||
zig_type = ziggify_type(arg_name, arg_type, func_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue