WARNING: RENAMED exported symbol to raylib_version
#2671
This commit is contained in:
parent
de968e3623
commit
082920eb80
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ typedef struct CoreData {
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Global Variables Definition
|
// 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
|
static CoreData CORE = { 0 }; // Global CORE state context
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue