src/chess/king.h

changeset 47
d726e4b46c33
parent 23
824c9522ce66
child 55
54ea19938d57
     1.1 --- a/src/chess/king.h	Thu Apr 17 12:16:14 2014 +0200
     1.2 +++ b/src/chess/king.h	Wed May 28 15:47:57 2014 +0200
     1.3 @@ -39,7 +39,6 @@
     1.4  
     1.5  _Bool king_chkrules(GameState *gamestate, Move *move);
     1.6  _Bool king_isblocked(GameState *gamestate, Move *move);
     1.7 -int king_getlocation(GameState *gamestate, Move *move);
     1.8  
     1.9  #ifdef	__cplusplus
    1.10  }

mercurial