raylib/src
ubkp 12f3bc10c2
[core] Move rcore.h content to inside rcore.c (#3479)
* Move rcore.h content inside rcore.c

* Remove extern CoreData CORE
2023-10-29 20:20:19 +01:00
..
external Update tinyobj_loader_c.h (#3474) 2023-10-27 17:13:10 +02:00
platforms REVIEWED: GetCurrentMonitor() #3472 2023-10-29 16:36:46 +01:00
build.zig fix build.zig (#3433) 2023-10-17 23:36:42 +02:00
CMakeLists.txt Update CMakeLists.txt 2023-03-22 12:43:18 +01:00
config.h ADDED: Automation Events System, exposed to users 2023-10-26 23:59:19 +02:00
Makefile Review prerequisites of rcore.c (#3453) 2023-10-22 19:45:49 +02:00
minshell.html Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
raudio.c Fixes a memory leak as a result of creating an AudioBuffer* with the old source.frameCount. This internally allocates memory to the structs data pointer which is then later overridden by the correct sound data of the source sound. (#3458) 2023-10-23 18:16:28 +02:00
raylib.dll.rc REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raylib.dll.rc.data REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raylib.h ADDED: SetAutomationEventBaseFrame(int frame) 2023-10-27 01:19:10 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raylib.rc.data REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raymath.h [raymath] Hotfix for Vector2Angle() and Vector2LineAngle() (#3396) 2023-10-10 10:42:11 +02:00
rcamera.h Expose rcamera functions to the dll so they can be picked up by dll users and bindings that need the dll (#3355) 2023-09-27 23:47:18 +02:00
rcore.c [core] Move rcore.h content to inside rcore.c (#3479) 2023-10-29 20:20:19 +01:00
rgestures.h REVIEWED: IsGestureDetected() parameter type 2023-09-22 11:58:14 +02:00
rglfw.c Fix missing symbol when rglfw.c on BSD platforms (#2968) 2023-03-19 09:43:51 +01:00
rlgl.h Fix missing PLATFORM_DESKTOP_SDL checks. (#3469) 2023-10-26 10:15:25 +02:00
rmodels.c Fix GenMeshPlane when resX != resZ (#3425) 2023-10-16 14:06:12 +02:00
rshapes.c Remove trail spaces 2023-10-26 23:56:03 +02:00
rtext.c Remove trail spaces 2023-10-26 23:56:03 +02:00
rtextures.c Ported to stb_image_resize2.h (#3403) 2023-10-13 16:37:35 +02:00
shell.html Fixed some grammar mistakes and typos. (#2914) 2023-02-09 13:17:47 +01:00
utils.c REVIEWED: LoadFileData() potential issues with dataSize 2023-09-22 11:58:53 +02:00
utils.h REVIEWED: Libs include order 2023-10-09 11:17:22 +02:00