mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
Export raylibVersion
symbol. Fixes #2671
This commit is contained in:
@@ -505,7 +505,7 @@ typedef struct CoreData {
|
||||
//----------------------------------------------------------------------------------
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
const char *raylibVersion = RAYLIB_VERSION; // raylib version symbol, it could be required for some bindings
|
||||
RLAPI const char *raylibVersion = RAYLIB_VERSION; // raylib version exported symbol, it could be required for some bindings
|
||||
|
||||
static CoreData CORE = { 0 }; // Global CORE state context
|
||||
|
||||
|
Reference in New Issue
Block a user