annotate GUI/UI/UIPartyCreation.h @ 2545:e06a3fe9ad6e
TravelUI init logic moved to GUIWindow_Travel
TransitionUI init logic moved to GUIWindow_Transition
author |
a.parshin |
date |
Mon, 11 May 2015 16:43:46 +0200 |
parents |
0ff6a9e9bf7f |
children |
48708da03b7f |
rev |
line source |
2501
|
1 #pragma once
|
|
2 bool PlayerCreation_Choose4Skills();
|
|
3 void LoadPlayerPortraintsAndVoices();
|
|
4 void ReloadPlayerPortraits(int player_id, int face_id);
|
|
5 void PlayerCreationUI_Draw();
|
|
6 void PlayerCreationUI_Initialize();
|
|
7 void DeleteCCharFont();
|
|
8 bool PlayerCreationUI_Loop();
|