fix const

This commit is contained in:
Locria Cyber 2023-12-28 15:04:26 +00:00
parent 37ddb70f93
commit 528bcf29c5
Failed to generate hash of commit
3 changed files with 7 additions and 40 deletions

View file

@ -290,6 +290,9 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
"DrawTextCodepoints",
"LoadUTF8",
"TextJoin",
"DrawLineStrip",
"DrawTriangleFan",
"DrawTriangleStrip",
"DrawTriangleStrip3D",
]