이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
modal-studios
/
izanagi-2022
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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;
}
쓰기
미리보기
불러오는 중...
취소
저장