Mercurial > mm7
annotate 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 |
rev | line source |
---|---|
2547 | 1 #pragma once |
2 #include "GUI/GUIWindow.h" | |
3 | |
4 struct GUIWindow_Save : public GUIWindow | |
5 { | |
6 GUIWindow_Save(); | |
7 virtual ~GUIWindow_Save() {} | |
8 | |
9 virtual void Update(); | |
10 }; | |
11 | |
12 struct GUIWindow_Load : public GUIWindow | |
13 { | |
14 GUIWindow_Load(bool ingame); | |
15 virtual ~GUIWindow_Load() {} | |
16 | |
17 virtual void Update(); | |
2573
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
18 }; |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
19 |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
20 |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
21 extern class Image *img_save_up; |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
22 extern class Image *img_load_up; |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
23 extern class Image *img_loadsave; |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
24 extern class Image *img_loadsave_saveu; |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
25 extern class Image *img_loadsave_loadu; |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2547
diff
changeset
|
26 extern class Image *img_loadsave_x_u; |