mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-06 18:06:28 +00:00
ADDED: raylibVersion symbol #2190
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user