raylib/src
Rob Loach 4706891cae
Add RAYLIB_VERSION numbers to raylib.h (#2856)
Ran into an issue in raylib-cpp where a user was using raylib 4.5-dev, even though the library currently only targets 4.2. With having RAYLIB_VERSION_MAJOR and RAYLIB_VERSION_MINOR, we will be able to target different versions of raylib in different ways, via C preprocessor conditionals.

For example:
``` c
newColor = ColorTint(BLUE, RED);
TraceLog(LOG_INFO, "The color should be tinted, but this isn't supported in ryalib <= 4.2");
```
2023-01-22 15:29:29 +01:00
..
external OpenGLES 2.0 support on PLATFORM_DESKTOP (#2840) 2023-01-10 12:34:06 +01:00
build.zig Add frameworks needed on macos (#2793) 2022-11-09 07:40:59 +01:00
CMakeLists.txt Fix an issue when compiling for web (#2820) 2022-11-30 10:36:01 +01:00
config.h Update year to 2023 2023-01-01 16:00:56 +01:00
Makefile Fix android sound issue #2118 (#2875) 2023-01-21 18:52:31 +01:00
minshell.html Remove trailing spaces 2022-08-02 00:36:31 +02:00
raudio.c Fix warnings in raylib project from MSVC (#2871) 2023-01-20 16:05:19 +01:00
raylib.dll.rc Update year to 2023 2023-01-01 16:07:51 +01:00
raylib.dll.rc.data Updated raylib resource data (32bit) 2022-08-02 18:06:00 +02:00
raylib.h Add RAYLIB_VERSION numbers to raylib.h (#2856) 2023-01-22 15:29:29 +01:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Update year to 2023 2023-01-01 16:07:51 +01:00
raylib.rc.data Updated raylib resource data (32bit) 2022-08-02 18:06:00 +02:00
raymath.h Update year to 2023 2023-01-01 16:00:56 +01:00
rcamera.h RENAME: type to projection #2851 2023-01-10 12:16:42 +01:00
rcore.c Fix to use TRACELOG() instead of TraceLog() for internal modules (#2881) 2023-01-22 11:10:38 +01:00
rgestures.h Update year to 2023 2023-01-01 16:00:56 +01:00
rglfw.c Update year to 2023 2023-01-01 16:00:56 +01:00
rlgl.h Stub out rlCubemapParameters if under GL 1.1. (#2876) 2023-01-21 18:51:33 +01:00
rmodels.c Fix to use TRACELOG() instead of TraceLog() for internal modules (#2881) 2023-01-22 11:10:38 +01:00
rshapes.c Fix warnings in raylib project from MSVC (#2871) 2023-01-20 16:05:19 +01:00
rtext.c Fix to use TRACELOG() instead of TraceLog() for internal modules (#2881) 2023-01-22 11:10:38 +01:00
rtextures.c Fix warnings in raylib project from MSVC (#2871) 2023-01-20 16:05:19 +01:00
shell.html Removed trailing spaces 2022-02-18 20:30:46 +01:00
utils.c Update year to 2023 2023-01-01 16:07:51 +01:00
utils.h Update year to 2023 2023-01-01 16:07:51 +01:00