1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

vcmi: reduce boost a little bit

This commit is contained in:
Konstantin
2023-04-11 17:11:14 +03:00
parent ff66592fad
commit ea3bdda047
5 changed files with 14 additions and 14 deletions

View File

@ -15,7 +15,7 @@
VCMI_LIB_NAMESPACE_BEGIN
boost::mutex CConsoleHandler::smx;
std::mutex CConsoleHandler::smx;
DLL_LINKAGE CConsoleHandler * console = nullptr;