1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Fix 1810 suggest artifact assembly

This commit is contained in:
Vadim Markovtsev
2016-01-23 15:20:51 +03:00
parent 17d0e9c66e
commit 9ffd0155e6
5 changed files with 50 additions and 19 deletions

View File

@@ -296,6 +296,7 @@ private:
void doMoveHero(const CGHeroInstance *h, CGPath path);
void setMovementStatus(bool value);
void askToAssembleArtifact(const ArtifactLocation &al);
};
extern CPlayerInterface * LOCPLINT;