X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=2c51b073de3042ec1e7f1cf455b9d247ac927cd9;hp=e3331bd440784c1e2bdec3154012c6f03d2a2c9f;hb=36c82b751ce227c05bfb0dc74c311a469f7f8ec4;hpb=66a1a7748748db63cb4ff6d7dfb5ba1dabfc9d0b diff --git a/src/bitboard.h b/src/bitboard.h index e3331bd4..2c51b073 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2012 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2013 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ void print(Bitboard b); namespace Bitbases { void init_kpk(); -bool probe_kpk(Square wksq, Square wpsq, Square bksq, Color stm); +bool probe_kpk(Square wksq, Square wpsq, Square bksq, Color us); }