comparison 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
comparison
equal deleted inserted replaced
2574:dd36326a9994 2575:a76d408c5132
5 void GetHouseGoodbyeSpeech(); 5 void GetHouseGoodbyeSpeech();
6 void sub_4B1447_party_fine(int shopId, int stealingResult, int fineToAdd); 6 void sub_4B1447_party_fine(int shopId, int stealingResult, int fineToAdd);
7 7
8 8
9 extern class Image *shop_ui_background; 9 extern class Image *shop_ui_background;
10
11 extern std::array<class Image *, 12> shop_ui_items_in_store;