src/chess/knight.h

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

mercurial