Quellcode durchsuchen

Export `raylibVersion` symbol. Fixes #2671

pull/2685/head
Ray vor 2 Jahren
Ursprung
Commit
2a798d64a2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Datei anzeigen

@ -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

Laden…
Abbrechen
Speichern