src/chess/king.h

changeset 23
824c9522ce66
parent 19
6a26114297a1
child 47
d726e4b46c33
     1.1 --- a/src/chess/king.h	Mon Mar 31 14:08:00 2014 +0200
     1.2 +++ b/src/chess/king.h	Mon Mar 31 15:03:25 2014 +0200
     1.3 @@ -37,9 +37,9 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 -_Bool king_chkrules(Board board, Move *move);
     1.8 -_Bool king_isblocked(Board board, Move *move);
     1.9 -int king_getlocation(Board board, Move *move);
    1.10 +_Bool king_chkrules(GameState *gamestate, Move *move);
    1.11 +_Bool king_isblocked(GameState *gamestate, Move *move);
    1.12 +int king_getlocation(GameState *gamestate, Move *move);
    1.13  
    1.14  #ifdef	__cplusplus
    1.15  }

mercurial