X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fpsqt.h;h=bd78be90f232133d59d0c87069afd5f3036e8214;hb=258c13ba8cc8d054b803a04c433a766d0c5a1e8f;hp=7abb14830c105af774779f4e9ac54af7fcaae57b;hpb=7ffae17f85709e49672a0e98e136b66aea067b2c;p=stockfish diff --git a/src/psqt.h b/src/psqt.h index 7abb1483..bd78be90 100644 --- a/src/psqt.h +++ b/src/psqt.h @@ -1,6 +1,6 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2021 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2022 The Stockfish developers (see AUTHORS file) Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ namespace Stockfish::PSQT extern Score psq[PIECE_NB][SQUARE_NB]; // Fill psqt array from a set of internally linked parameters -extern void init(); +void init(); } // namespace Stockfish::PSQT