src/chess/king.h

changeset 80
b980a7192b5a
parent 55
54ea19938d57
equal deleted inserted replaced
79:ffd452cf05ff 80:b980a7192b5a
35 35
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39 39
40 _Bool king_chkrules(GameState *gamestate, Move *move); 40 bool king_chkrules(GameState *gamestate, Move *move);
41 _Bool king_isblocked(GameState *gamestate, Move *move); 41 bool king_isblocked(GameState *gamestate, Move *move);
42 42
43 #ifdef __cplusplus 43 #ifdef __cplusplus
44 } 44 }
45 #endif 45 #endif
46 46

mercurial