Mercurial > mm7
diff GUI/UI/UICharacter.h @ 2573:0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
Changing more class Texture to class Image.
author | a.parshin |
---|---|
date | Sat, 05 Mar 2016 16:25:53 +0200 |
parents | fed97f15d1e1 |
children | dd36326a9994 |
line wrap: on
line diff
--- a/GUI/UI/UICharacter.h Sat Mar 05 01:51:54 2016 +0200 +++ b/GUI/UI/UICharacter.h Sat Mar 05 16:25:53 2016 +0200 @@ -20,4 +20,13 @@ void CharacterUI_AwardsTab_Draw(struct Player *); void CharacterUI_SkillsTab_CreateButtons(); -}; \ No newline at end of file +}; + + + +extern class Image *ui_character_skills_background; +extern class Image *ui_character_awards_background; +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