comparison GUI/UI/UICharacter.h @ 2574:dd36326a9994

More texture refactoring GetLeather -> DrawTextureCustomHeight
author a.parshin
date Mon, 07 Mar 2016 03:48:40 +0200
parents 0c67be4ec900
children
comparison
equal deleted inserted replaced
2573:0c67be4ec900 2574:dd36326a9994
28 extern class Image *ui_character_awards_background; 28 extern class Image *ui_character_awards_background;
29 extern class Image *ui_character_stats_background; 29 extern class Image *ui_character_stats_background;
30 extern class Image *ui_character_inventory_background; 30 extern class Image *ui_character_inventory_background;
31 extern class Image *ui_character_inventory_background_strip; 31 extern class Image *ui_character_inventory_background_strip;
32 extern class Image *ui_character_inventory_paperdoll_background; 32 extern class Image *ui_character_inventory_paperdoll_background;
33
34 extern std::array<struct Image *, 16> paperdoll_dbrds;