This website works better with JavaScript.
首頁
探索
說明
登入
modal-studios
/
izanagi-2022
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update mocks
Use types from header file.
feature/data-structs
TheoryOfNekomata
2 年之前
父節點
093653d1e6
當前提交
6a0e71faef
共有
1 個文件被更改
,包括
5 次插入
和
5 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
src/packages/game-test/config/IZ_config.c
+ 5
- 5
src/packages/game-test/config/IZ_config.c
查看文件
@@ -23,13 +23,13 @@ mock(SDL_GetKeyFromName) SDL_KeyCode SDL_GetKeyFromName(const char* name) {
mock_return(SDL_GetKeyFromName) 0;
}
mock(ini_gets) int ini_gets
(
const
char
*Section,
const
char
*Key,
const
char
*DefValue,
mock(ini_gets) int ini_gets(
const
TCHAR
*Section,
const
TCHAR
*Key,
const
TCHAR
*DefValue,
char *Buffer,
int BufferSize,
const
char
*Filename
const
TCHAR
*Filename
) {
mock_return(ini_gets) 0;
}
Write
Preview
Loading…
取消
儲存