Skip to content

Commit

Permalink
WARNING: RENAMED exported symbol to raylib_version #2671
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Sep 2, 2022
1 parent de968e3 commit 082920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ typedef struct CoreData {
//----------------------------------------------------------------------------------
// 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

Expand Down

0 comments on commit 082920e

Please sign in to comment.