Skip to content

Commit

Permalink
ADDED: raylibVersion symbol #2190
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Dec 6, 2021
1 parent e7f48eb commit ef6959e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ static CoreData CORE = { 0 }; // Global CORE state context
static char **dirFilesPath = NULL; // Store directory files paths as strings
static int dirFileCount = 0; // Count directory files strings

const char *raylibVersion = RAYLIB_VERSION; // raylib version symbol, it could be required for some bindings

#if defined(SUPPORT_SCREEN_CAPTURE)
static int screenshotCounter = 0; // Screenshots counter
#endif
Expand Down

0 comments on commit ef6959e

Please sign in to comment.