Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
modal-studios
/
izanagi-2022
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Update mocks
Use types from header file.
feature/data-structs
TheoryOfNekomata
2 yıl önce
ebeveyn
093653d1e6
işleme
6a0e71faef
1 değiştirilmiş dosya
ile
5 ekleme
ve
5 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+5
-5
src/packages/game-test/config/IZ_config.c
+ 5
- 5
src/packages/game-test/config/IZ_config.c
Dosyayı Görüntüle
@@ -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;
}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet