1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00
vcmi/AI/BattleAI
John Bolton 6d8f1e4530 Fixed incorrect usage of const std::shared_ptr. Resolves 0003142.
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.
2020-09-30 22:56:28 -07:00
..
2019-05-04 06:42:55 +03:00
2019-03-28 16:56:51 +03:00
2016-10-31 14:59:56 +01:00
2016-10-31 14:59:56 +01:00
2017-05-25 20:57:20 +03:00
2016-10-31 14:59:56 +01:00
2016-10-31 14:59:56 +01:00