summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c
index c1502223..fc57db58 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -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