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();
|
2574
|
19 };
|
|
20
|
|
21
|
|
22
|
|
23 extern class Image *ui_partycreation_left;
|
|
24 extern class Image *ui_partycreation_right;
|
|
25 extern class Image *ui_partycreation_minus;
|
|
26 extern class Image *ui_partycreation_plus;
|
|
27 extern class Image *ui_partycreation_buttmake2;
|
|
28 extern class Image *ui_partycreation_buttmake; |