Mercurial > mm7
annotate GUI/UI/UIPartyCreation.h @ 2553:48708da03b7f
Party Creation UI logic separated from MainMenu
author | a.parshin |
---|---|
date | Wed, 13 May 2015 02:20:05 +0200 |
parents | 0ff6a9e9bf7f |
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 }; |