Update raylib to version 5.5 (#174)

This commit is contained in:
Андрей Краевский 2024-11-25 16:18:03 +03:00 committed by GitHub
parent 90109ff804
commit ff775330c7
Failed to generate hash of commit
12 changed files with 677 additions and 201 deletions

View file

@ -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: