Mercurial > mm7
diff GUI/UI/UIPartyCreation.h @ 2574:dd36326a9994
More texture refactoring
GetLeather -> DrawTextureCustomHeight
author | a.parshin |
---|---|
date | Mon, 07 Mar 2016 03:48:40 +0200 |
parents | 48708da03b7f |
children |
line wrap: on
line diff
--- a/GUI/UI/UIPartyCreation.h Sat Mar 05 16:25:53 2016 +0200 +++ b/GUI/UI/UIPartyCreation.h Mon Mar 07 03:48:40 2016 +0200 @@ -16,4 +16,13 @@ virtual ~GUIWindow_PartyCreation() {} virtual void Update(); -}; \ No newline at end of file +}; + + + +extern class Image *ui_partycreation_left; +extern class Image *ui_partycreation_right; +extern class Image *ui_partycreation_minus; +extern class Image *ui_partycreation_plus; +extern class Image *ui_partycreation_buttmake2; +extern class Image *ui_partycreation_buttmake; \ No newline at end of file