浏览代码

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

正在加载...
取消
保存