Make panel text optional (#109)

This commit is contained in:
Not-Nik 2024-06-25 19:49:50 +02:00
parent 18a7daa631
commit fb11a4e1c8
Failed to generate hash of commit
3 changed files with 35 additions and 9 deletions

View file

@ -338,7 +338,9 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
"DrawTriangleStrip",
"DrawTriangleStrip3D",
"GuiTabBar",
"GuiListViewEx"
"GuiListViewEx",
"GuiPanel",
"GuiScrollPanel"
]
if func_name in manual or "FromMemory" in func_name: