本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
24
Wiki
活動
瀏覽代碼
Expose RAYLIB_VERSION in raylib.h
#1747
pull/1748/head
Ray
3 年之前
父節點
c4eaf0076d
當前提交
a41ed986bd
共有
3 個檔案被更改
,包括
2 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/config.h
+0
-2
src/core.c
+2
-0
src/raylib.h
+ 0
- 2
src/config.h
查看文件
@ -25,8 +25,6 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
define RAYLIB_VERSION "3.7"
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
/
/
Module
:
core
-
Configuration
Flags
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 0
- 2
src/core.c
查看文件
@ -116,8 +116,6 @@
/
/
Check
if
config
flags
have
been
externally
provided
on
compilation
line
#
if !defined(EXTERNAL_CONFIG_FLAGS)
#
include
"config.h" // Defines module configuration flags
#
else
#
define RAYLIB_VERSION "3.7"
#
endif
#
include
"utils.h" // Required for: TRACELOG macros
+ 2
- 0
src/raylib.h
查看文件
@ -81,6 +81,8 @@
#
include
<stdarg.h> // Required for: va_list - Only used by TraceLogCallback
#
define RAYLIB_VERSION "3.7.0"
#
if defined(_WIN32)
/
/
Microsoft
attibutes
to
tell
compiler
that
symbols
are
imported
/
exported
from
a
.
dll
#
if defined(BUILD_LIBTYPE_SHARED)
Write
Preview
Loading…
取消
儲存