浏览代码

ADDED: raylibVersion symbol #2190

pull/2194/head
Ray 4 年前
父节点
当前提交
ef6959ed54
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/rcore.c

+ 2
- 0
src/rcore.c 查看文件

@ -487,6 +487,8 @@ static CoreData CORE = { 0 }; // Global CORE state context
static char **dirFilesPath = NULL; // Store directory files paths as strings
static int dirFileCount = 0; // Count directory files strings
const char *raylibVersion = RAYLIB_VERSION; // raylib version symbol, it could be required for some bindings
#if defined(SUPPORT_SCREEN_CAPTURE)
static int screenshotCounter = 0; // Screenshots counter
#endif

正在加载...
取消
保存