diff 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
line wrap: on
line diff
--- a/GUI/UI/UICharacter.h	Sat Mar 05 16:25:53 2016 +0200
+++ b/GUI/UI/UICharacter.h	Mon Mar 07 03:48:40 2016 +0200
@@ -29,4 +29,6 @@
 extern class Image *ui_character_stats_background;
 extern class Image *ui_character_inventory_background;
 extern class Image *ui_character_inventory_background_strip;
-extern class Image *ui_character_inventory_paperdoll_background;
\ No newline at end of file
+extern class Image *ui_character_inventory_paperdoll_background;
+
+extern std::array<struct Image *, 16> paperdoll_dbrds;
\ No newline at end of file