Mercurial > mm7
diff GUI/UI/UISaveLoad.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/UISaveLoad.h Sat Mar 05 01:51:54 2016 +0200 +++ b/GUI/UI/UISaveLoad.h Sat Mar 05 16:25:53 2016 +0200 @@ -15,4 +15,12 @@ virtual ~GUIWindow_Load() {} virtual void Update(); -}; \ No newline at end of file +}; + + +extern class Image *img_save_up; +extern class Image *img_load_up; +extern class Image *img_loadsave; +extern class Image *img_loadsave_saveu; +extern class Image *img_loadsave_loadu; +extern class Image *img_loadsave_x_u; \ No newline at end of file