Mercurial > mm7
diff 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 |
line wrap: on
line diff
--- a/GUI/UI/UIShops.h Mon Mar 07 03:48:40 2016 +0200 +++ b/GUI/UI/UIShops.h Wed Mar 09 01:39:52 2016 +0200 @@ -6,4 +6,6 @@ void sub_4B1447_party_fine(int shopId, int stealingResult, int fineToAdd); -extern class Image *shop_ui_background; \ No newline at end of file +extern class Image *shop_ui_background; + +extern std::array<class Image *, 12> shop_ui_items_in_store; \ No newline at end of file