diff options
| author | Ray <[email protected]> | 2022-09-02 21:32:58 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-09-02 21:32:58 +0200 |
| commit | de968e3623e773b245a20136c5e2e0207511059d (patch) | |
| tree | cd502ba01c6086f07a196d80bbd3bc6824142d3c | |
| parent | 2a798d64a2040979a5cc6e8f40282f66edb23169 (diff) | |
| download | raylib-de968e3623e773b245a20136c5e2e0207511059d.tar.gz raylib-de968e3623e773b245a20136c5e2e0207511059d.zip | |
WARNING: RENAMED symbol `raylibVersion` to `raylib_version`
I want to note this is a special symbol exported
| -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 fc57db58..200e490a 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -505,7 +505,7 @@ typedef struct CoreData { //---------------------------------------------------------------------------------- // Global Variables Definition //---------------------------------------------------------------------------------- -RLAPI const char *raylibVersion = RAYLIB_VERSION; // raylib version exported symbol, it could be required for some bindings +RLAPI const char *RAYLIB_VERSION = RAYLIB_VERSION; // raylib version exported symbol, it could be required for some bindings static CoreData CORE = { 0 }; // Global CORE state context |
