1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

* support for prison

* updated changelog
This commit is contained in:
Michał W. Urbańczyk
2009-02-14 19:12:40 +00:00
parent 99aef852be
commit adf5c052f9
12 changed files with 121 additions and 20 deletions

View File

@@ -106,6 +106,7 @@ public:
void giveHeroBonus(GiveBonus * bonus);
void setMovePoints(SetMovePoints * smp);
void setManaPoints(int hid, int val);
void giveHero(int id, int player);
//////////////////////////////////////////////////////////////////////////
void init(StartInfo *si, int Seed);