1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-13 11:40:38 +02:00
vcmi/AI/Nullkiller
Ivan Savenko 2a05fbdd50 Unified handling of battle sides ID's
- 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
2024-08-11 20:54:44 +00:00
..
2024-08-10 19:13:09 +03:00
2024-07-21 17:20:54 +03:00
2024-07-07 21:58:39 +03:00
2024-05-20 23:50:13 +03:00
2024-07-21 17:20:54 +03:00
2024-07-21 17:20:54 +03:00
2024-03-24 13:16:46 +02:00
2024-03-29 07:48:52 +02:00