소스 검색

WARNING: RENAMED symbol `raylibVersion` to `raylib_version`

I want to note this is a special symbol exported
pull/2685/head
Ray 2 년 전
부모
커밋
de968e3623
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c 파일 보기

@ -505,7 +505,7 @@ typedef struct CoreData {
//----------------------------------------------------------------------------------
// 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

불러오는 중...
취소
저장