mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Nullkiller: fix build
This commit is contained in:
parent
9c14ccab8f
commit
c10c1cab2c
@ -81,7 +81,7 @@ struct AIPath
|
||||
|
||||
std::string toString() const;
|
||||
|
||||
std::shared_ptr<const ISpecialAction> AIPath::getFirstBlockedAction() const;
|
||||
std::shared_ptr<const ISpecialAction> getFirstBlockedAction() const;
|
||||
|
||||
bool containsHero(const CGHeroInstance * hero) const;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user