Mercurial > mm7
annotate GUI/UI/UIGame.h @ 2572:d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
author | a.parshin |
---|---|
date | Sat, 05 Mar 2016 01:51:54 +0200 |
parents | 4087cbc62706 |
children | dd36326a9994 |
rev | line source |
---|---|
2501 | 1 #pragma once |
2546 | 2 #include "GUI/GUIWindow.h" |
3 | |
2501 | 4 void GameUI_WritePointedObjectStatusString(); |
5 void __fastcall GameUI_OnPlayerPortraitLeftClick(unsigned int uPlayerID); // idb | |
6 | |
7 __int16 __fastcall sub_441A4E(int a1); | |
2546 | 8 |
9 | |
10 | |
11 struct GUIWindow_GameMenu : public GUIWindow | |
12 { | |
13 GUIWindow_GameMenu(); | |
14 virtual ~GUIWindow_GameMenu() {} | |
15 | |
16 virtual void Update(); | |
17 }; | |
18 | |
19 | |
20 | |
21 struct GUIWindow_GameOptions : public GUIWindow | |
22 { | |
23 GUIWindow_GameOptions(); | |
24 virtual ~GUIWindow_GameOptions() {} | |
25 | |
26 virtual void Update(); | |
27 }; | |
28 | |
29 | |
30 | |
31 struct GUIWindow_GameKeyBindings : public GUIWindow | |
32 { | |
33 GUIWindow_GameKeyBindings(); | |
34 virtual ~GUIWindow_GameKeyBindings() {} | |
35 | |
36 virtual void Update(); | |
37 }; | |
38 | |
39 | |
40 | |
41 struct GUIWindow_GameVideoOptions : public GUIWindow | |
42 { | |
43 GUIWindow_GameVideoOptions(); | |
44 virtual ~GUIWindow_GameVideoOptions() {} | |
45 | |
46 virtual void Update(); | |
2572
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
47 }; |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
48 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
49 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
50 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
51 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
52 extern class Image *game_ui_statusbar; |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
53 extern class Image *game_ui_rightframe; |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
54 extern class Image *game_ui_topframe; |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
55 extern class Image *game_ui_leftframe; |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2546
diff
changeset
|
56 extern class Image *game_ui_bottomframe; |