mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-04 09:42:40 +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. |
||
---|---|---|
.. | ||
AdventureMapClasses.cpp | ||
AdventureMapClasses.h | ||
Buttons.cpp | ||
Buttons.h | ||
CArtifactHolder.cpp | ||
CArtifactHolder.h | ||
CComponent.cpp | ||
CComponent.h | ||
CGarrisonInt.cpp | ||
CGarrisonInt.h | ||
Images.cpp | ||
Images.h | ||
MiscWidgets.cpp | ||
MiscWidgets.h | ||
ObjectLists.cpp | ||
ObjectLists.h | ||
TextControls.cpp | ||
TextControls.h |