Update raylib to version 5.5 (#174)
This commit is contained in:
parent
90109ff804
commit
ff775330c7
12 changed files with 677 additions and 201 deletions
|
|
@ -335,7 +335,6 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
|
|||
"ExportDataAsCode",
|
||||
"LoadFileData",
|
||||
"SaveFileData",
|
||||
"ExportDataAsCode",
|
||||
"LoadImageFromMemory",
|
||||
"DrawMeshInstanced",
|
||||
"UnloadModelAnimations",
|
||||
|
|
@ -343,6 +342,9 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
|
|||
"DecompressData",
|
||||
"EncodeDataBase64",
|
||||
"DecodeDataBase64",
|
||||
"ComputeCRC32",
|
||||
"ComputeMD5",
|
||||
"ComputeSHA1",
|
||||
"SetWindowIcons",
|
||||
"CheckCollisionPointPoly",
|
||||
"LoadFontEx",
|
||||
|
|
@ -364,7 +366,7 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
|
|||
"DrawSplineCatmullRom",
|
||||
"DrawSplineBezierQuadratic",
|
||||
"DrawSplineBezierCubic",
|
||||
"ImageKernelConvolution"
|
||||
"ImageKernelConvolution",
|
||||
]
|
||||
|
||||
if func_name in manual or "FromMemory" in func_name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue