Mercurial > mm7
annotate UI/UIShops.h @ 2477:fd99ee46b301
Fixing missing spell descriptions
author | Grumpy7 |
---|---|
date | Thu, 21 Aug 2014 23:27:15 +0200 |
parents | 0f17a30149ec |
children |
rev | line source |
---|---|
2351 | 1 #pragma once |
2350
7c10dfb6d802
Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents:
2348
diff
changeset
|
2 void UIShop_Buy_Identify_Repair(); |
7c10dfb6d802
Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents:
2348
diff
changeset
|
3 void sub_4B1523_showSpellbookInfo(int spellItemId); |
7c10dfb6d802
Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents:
2348
diff
changeset
|
4 void ShowPopupShopItem(); |
7c10dfb6d802
Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents:
2348
diff
changeset
|
5 void GetHouseGoodbyeSpeech(); |
2463 | 6 void sub_4B1447_party_fine(int shopId, int stealingResult, int fineToAdd); |