X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fpsqt.h;h=4ee0e379b145b5262ff53b413904813b229ecad2;hb=ad926d34c0105d523bfa5cb92cbcf9f337d54c08;hp=8b4fd6eb8c2bae10e00e16882de740d2c2327cf8;hpb=70a818cbd6784ccfa8503d94bc31dd1dc16dd1ff;p=stockfish diff --git a/src/psqt.h b/src/psqt.h index 8b4fd6eb..4ee0e379 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 @@ -24,7 +24,7 @@ #include "types.h" -namespace PSQT +namespace Stockfish::PSQT { extern Score psq[PIECE_NB][SQUARE_NB]; @@ -32,7 +32,7 @@ extern Score psq[PIECE_NB][SQUARE_NB]; // Fill psqt array from a set of internally linked parameters extern void init(); -} // namespace PSQT +} // namespace Stockfish::PSQT #endif // PSQT_H_INCLUDED