Sfoglia il codice sorgente

WARNING: RENAMED symbol `raylibVersion` to `raylib_version`

I want to note this is a special symbol exported
pull/2685/head
Ray 2 anni fa
parent
commit
de968e3623
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Vedi File

@ -505,7 +505,7 @@ typedef struct CoreData {
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Global Variables Definition // Global Variables Definition
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
RLAPI const char *raylibVersion = RAYLIB_VERSION; // raylib version exported symbol, it could be required for some bindings
RLAPI const char *RAYLIB_VERSION = RAYLIB_VERSION; // raylib version exported symbol, it could be required for some bindings
static CoreData CORE = { 0 }; // Global CORE state context static CoreData CORE = { 0 }; // Global CORE state context

Caricamento…
Annulla
Salva