mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
EWallPart & EWallState are now enum class
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
ui8 getTacticsSide() const override;
|
||||
|
||||
const CGTownInstance * getDefendedTown() const override;
|
||||
si8 getWallState(int partOfWall) const override;
|
||||
EWallState getWallState(EWallPart partOfWall) const override;
|
||||
EGateState getGateState() const override;
|
||||
|
||||
uint32_t getCastSpells(ui8 side) const override;
|
||||
|
||||
Reference in New Issue
Block a user