WARNING: RENAMED symbol raylibVersion to raylib_version

I want to note this is a special symbol exported
This commit is contained in:
Ray 2022-09-02 21:32:58 +02:00
parent 2a798d64a2
commit de968e3623

View file

@ -505,7 +505,7 @@ typedef struct CoreData {
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Global Variables Definition // 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 static CoreData CORE = { 0 }; // Global CORE state context