diff options
| author | Ray <[email protected]> | 2022-09-02 21:35:08 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-09-02 21:35:08 +0200 |
| commit | 082920eb800d7d7612d500a4bbc46b21ff232424 (patch) | |
| tree | 40dc80b1ab27830cbf15ebe03c62d4ff4d4af5ba | |
| parent | de968e3623e773b245a20136c5e2e0207511059d (diff) | |
| download | raylib-082920eb800d7d7612d500a4bbc46b21ff232424.tar.gz raylib-082920eb800d7d7612d500a4bbc46b21ff232424.zip | |
WARNING: RENAMED exported symbol to `raylib_version` #2671
| -rw-r--r-- | src/rcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c index 200e490a..b0f28ccc 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -505,7 +505,7 @@ typedef struct CoreData { //---------------------------------------------------------------------------------- // Global Variables Definition //---------------------------------------------------------------------------------- -RLAPI const char *RAYLIB_VERSION = RAYLIB_VERSION; // raylib version exported symbol, it could be required for some bindings +RLAPI const char *raylib_version = RAYLIB_VERSION; // raylib version exported symbol, required for some bindings static CoreData CORE = { 0 }; // Global CORE state context |
