X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;fp=src%2Fucioption.cpp;h=5889ef6bd80e7d5ab8e69cddb1c6df0678404f8a;hp=7123915933b90f59d48627cd95d42dc809b07a38;hb=699bae632f283746a3eee15c0950fcdbca8a355e;hpb=f2e94d6d35c14b274ed29fb67475acea5adc285f diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 71239159..5889ef6b 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -1,6 +1,6 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2020 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2021 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 @@ -32,6 +32,8 @@ using std::string; +namespace Stockfish { + UCI::OptionsMap Options; // Global object std::unique_ptr hash_probe_thread; @@ -200,3 +202,5 @@ Option& Option::operator=(const string& v) { } } // namespace UCI + +} // namespace Stockfish