-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule raylib
updated
17 files
+6 −2 | parser/output/raylib_api.json | |
+4 −3 | parser/output/raylib_api.lua | |
+4 −3 | parser/output/raylib_api.txt | |
+3 −2 | parser/output/raylib_api.xml | |
+1 −1 | src/platforms/rcore_android.c | |
+4 −4 | src/platforms/rcore_desktop_glfw.c | |
+9 −9 | src/platforms/rcore_desktop_sdl.c | |
+2 −2 | src/platforms/rcore_drm.c | |
+27 −2 | src/platforms/rcore_web.c | |
+2 −2 | src/raylib.h | |
+354 −2 | src/raymath.h | |
+3 −3 | src/rcore.c | |
+2 −2 | src/rgestures.h | |
+32 −10 | src/rlgl.h | |
+29 −29 | src/rmodels.c | |
+1 −1 | src/rtext.c | |
+5 −5 | src/rtextures.c |