使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
modal-studios
/
izanagi-2022
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Define constants
Use #define instead of const for constants.
feature/data-structs
TheoryOfNekomata
2 年前
父节点
d320b66402
当前提交
123ccffa2b
共有
1 个文件被更改
,包括
3 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-4
src/packages/game/IZ_common.h
+ 3
- 4
src/packages/game/IZ_common.h
查看文件
@@ -3,10 +3,9 @@
#include <stdint.h>
static const char* APP_NAME = "SDL2";
static const uint8_t CONTROLS = 16;
#define CONTROLS 16
#define PLAYERS 1
static const
uint8_t PLAYERS = 1
;
static const
char* APP_NAME = "SDL2"
;
#endif
撰写
预览
正在加载...
取消
保存