1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-07 00:58:39 +02:00

* refactoring

This commit is contained in:
mateuszb
2013-02-09 12:56:35 +00:00
parent a269b22741
commit d03dbf64a6
16 changed files with 65 additions and 61 deletions

View File

@ -1210,7 +1210,7 @@ class DLL_LINKAGE CBank : public CArmedInstance
void initialize() const;
void reset(ui16 var1);
void newTurn() const override;
bool wasVisited (ui8 player) const override;
bool wasVisited (TPlayerColor player) const override;
void onHeroVisit(const CGHeroInstance * h) const override;
virtual void fightGuards (const CGHeroInstance *h, ui32 accept) const;