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
0ff6a9e9bf7f GUI folger
Ritor1
parents:
diff changeset
1 #pragma once
0ff6a9e9bf7f GUI folger
Ritor1
parents:
diff changeset
2 void UIShop_Buy_Identify_Repair();
0ff6a9e9bf7f GUI folger
Ritor1
parents:
diff changeset
3 void sub_4B1523_showSpellbookInfo(int spellItemId);
0ff6a9e9bf7f GUI folger
Ritor1
parents:
diff changeset
4 void ShowPopupShopItem();
0ff6a9e9bf7f GUI folger
Ritor1
parents:
diff changeset
5 void GetHouseGoodbyeSpeech();
0ff6a9e9bf7f GUI folger
Ritor1
parents:
diff changeset
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
a76d408c5132 DrawTranslucent -> DrawTextureGrayShade
a.parshin
parents: 2573
diff changeset
9 extern class Image *shop_ui_background;
a76d408c5132 DrawTranslucent -> DrawTextureGrayShade
a.parshin
parents: 2573
diff changeset
10
a76d408c5132 DrawTranslucent -> DrawTextureGrayShade
a.parshin
parents: 2573
diff changeset
11 extern std::array<class Image *, 12> shop_ui_items_in_store;