mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
2a05fbdd50
- Replaced BattleSide namespace-enum with enum class - Merged two different BattleSide enum's into one - Merged BattlePerspective enum into BattleSide enum - Changed all places that use integers to represent battle side to use BattleSide enum - Added BattleSideArray convenience wrapper for std::array that is always 2-elements in size and allows access to its elements using BattleSide enum |
||
---|---|---|
.. | ||
BattleQueries.cpp | ||
BattleQueries.h | ||
CQuery.cpp | ||
CQuery.h | ||
MapQueries.cpp | ||
MapQueries.h | ||
QueriesProcessor.cpp | ||
QueriesProcessor.h |