Mercurial > mm7
annotate GUI/UI/UIShops.h @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | 0c67be4ec900 |
children |
rev | line source |
---|---|
2501 | 1 #pragma once |
2 void UIShop_Buy_Identify_Repair(); | |
3 void sub_4B1523_showSpellbookInfo(int spellItemId); | |
4 void ShowPopupShopItem(); | |
5 void GetHouseGoodbyeSpeech(); | |
6 void sub_4B1447_party_fine(int shopId, int stealingResult, int fineToAdd); | |
2573
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2501
diff
changeset
|
7 |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2501
diff
changeset
|
8 |
2575 | 9 extern class Image *shop_ui_background; |
10 | |
11 extern std::array<class Image *, 12> shop_ui_items_in_store; |