diff options
| author | Ray <[email protected]> | 2023-03-14 13:06:17 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-14 13:06:17 +0100 |
| commit | 975c70d2b790cab053ca2d5fa84e42809a4aeeee (patch) | |
| tree | 7d62c8722ca6a3a4ba5b28be029c4a2980c00eed /src/rlgl.h | |
| parent | a6300d828ae77c3021655fcd88d26c4bf8f69de1 (diff) | |
| download | raylib-975c70d2b790cab053ca2d5fa84e42809a4aeeee.tar.gz raylib-975c70d2b790cab053ca2d5fa84e42809a4aeeee.zip | |
Update rlgl.h
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /********************************************************************************************** * -* rlgl v4.2 - A multi-OpenGL abstraction layer with an immediate-mode style API +* rlgl v4.5 - A multi-OpenGL abstraction layer with an immediate-mode style API * * An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, 4.3 Core, ES 2.0) * that provides a pseudo-OpenGL 1.1 immediate-mode style API (rlVertex, rlTranslate, rlRotate...) @@ -106,7 +106,7 @@ #ifndef RLGL_H #define RLGL_H -#define RLGL_VERSION "4.2" +#define RLGL_VERSION "4.5" // Function specifiers in case library is build/used as a shared library (Windows) // NOTE: Microsoft specifiers to tell compiler that symbols are imported/exported from a .dll |
