mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
6d8f1e4530
Replaced const TBonusListPtr with TConstBonusListPtr where necessary Replaced const std::shared_ptr<T> with std::shared_ptr<const T> where necessary. Removed superfluous use of const. Replaced const std::shared_ptr<T> with const std::shared_ptr<T> & in function parameters and ranged for-loops. |
||
---|---|---|
.. | ||
CGameHandler.cpp | ||
CGameHandler.h | ||
CMakeLists.txt | ||
CQuery.cpp | ||
CQuery.h | ||
CVCMIServer.cpp | ||
CVCMIServer.h | ||
NetPacksLobbyServer.cpp | ||
NetPacksServer.cpp | ||
StdInc.cpp | ||
StdInc.h | ||
VCMI_server.cbp | ||
VCMI_server.vcxproj |