Mercurial > mm7
annotate GUI/UI/UIPartyCreation.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 | 48708da03b7f |
children | dd36326a9994 |
rev | line source |
---|---|
2501 | 1 #pragma once |
2553 | 2 #include "GUI/GUIWindow.h" |
3 | |
4 | |
5 | |
2501 | 6 bool PlayerCreation_Choose4Skills(); |
7 void LoadPlayerPortraintsAndVoices(); | |
8 void ReloadPlayerPortraits(int player_id, int face_id); | |
9 void DeleteCCharFont(); | |
10 bool PlayerCreationUI_Loop(); | |
2553 | 11 |
12 | |
13 struct GUIWindow_PartyCreation : public GUIWindow | |
14 { | |
15 GUIWindow_PartyCreation(); | |
16 virtual ~GUIWindow_PartyCreation() {} | |
17 | |
18 virtual void Update(); | |
19 }; |