mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +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. |
||
---|---|---|
.. | ||
BattleAI | ||
EmptyAI | ||
FuzzyLite@9751a751a1 | ||
StupidAI | ||
VCAI | ||
CMakeLists.txt | ||
FuzzyLite.cbp | ||
GeniusAI.brain |