使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Archivist
/
raylib-src
镜像自地址
https://github.com/raysan5/raylib
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
24
百科
动态
浏览代码
Update version to raylib 3.7
pull/1707/head
raysan5
3 年前
父节点
b52cd8f605
当前提交
c2c141f941
共有
3 个文件被更改
,包括
4 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-2
src/Makefile
+1
-1
src/config.h
+1
-1
src/core.c
+ 2
- 2
src/Makefile
查看文件
@ -43,8 +43,8 @@
.PHONY
:
all
clean
install
uninstall
# Define required raylib variables
RAYLIB_VERSION
=
3.
5
.0
RAYLIB_API_VERSION
=
3
5
0
RAYLIB_VERSION
=
3.
7
.0
RAYLIB_API_VERSION
=
3
7
0
# Define raylib source code path
RAYLIB_SRC_PATH
?=
../src
+ 1
- 1
src/config.h
查看文件
@ -25,7 +25,7 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
define RAYLIB_VERSION "3.
5
"
#
define RAYLIB_VERSION "3.
7
"
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
/
/
Module
:
core
-
Configuration
Flags
+ 1
- 1
src/core.c
查看文件
@ -119,7 +119,7 @@
#
if !defined(EXTERNAL_CONFIG_FLAGS)
#
include
"config.h" // Defines module configuration flags
#
else
#
define RAYLIB_VERSION "3.
5
"
#
define RAYLIB_VERSION "3.
7
"
#
endif
#
include
"utils.h" // Required for: TRACELOG macros
撰写
预览
正在加载...
取消
保存