X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fcolor.h;fp=src%2Fcolor.h;h=f27b14eba3ad139d0a93ba8440e5fa43b7f49c9e;hp=929102d698018f736fdc0c58185bb244db7be363;hb=539051b1e0fb099c0d0da69d20d6a4c2b98a2cb6;hpb=c97104e8540b72ee2c6c9c13d3773d2c0f9ec32f diff --git a/src/color.h b/src/color.h index 929102d6..f27b14eb 100644 --- a/src/color.h +++ b/src/color.h @@ -7,12 +7,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + Stockfish is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -33,8 +33,8 @@ //// enum Color { - WHITE, - BLACK, + WHITE, + BLACK, COLOR_NONE };