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

Handling custom properties of resources (except of guards).

This commit is contained in:
Michał W. Urbańczyk
2007-12-28 00:00:57 +00:00
parent 644a494589
commit f518ffdfac
2 changed files with 20 additions and 11 deletions

View File

@@ -95,7 +95,7 @@ public:
//do sth
static void changePrimSkill(int ID, int which, int val);
void showInfoDialog(int player, std::string text, std::vector<SComponent*> * components);
void showInfoDialog(int player, std::string text, std::vector<SComponent*> * components); //TODO: obslugiwac nulle
void showSelDialog(int player, std::string text, std::vector<CSelectableComponent*>*components, IChosen * asker);
void giveResource(int player, int which, int val);
void showCompInfo(int player, SComponent * comp);