Ver a proveniência

WARNING: RENAMED exported symbol to `raylib_version` #2671

pull/2685/head
Ray há 2 anos
ascendente
cometimento
082920eb80
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Ver ficheiro

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

Carregando…
Cancelar
Guardar