Mercurial > mm7
view GUI/UI/UIPartyCreation.h @ 2519:b36b858a5175
* error loading video when -novideo specified
* excess debug sleep removed
author | a.parshin |
---|---|
date | Thu, 09 Oct 2014 16:37:17 +0300 |
parents | 0ff6a9e9bf7f |
children | 48708da03b7f |
line wrap: on
line source
#pragma once bool PlayerCreation_Choose4Skills(); void LoadPlayerPortraintsAndVoices(); void ReloadPlayerPortraits(int player_id, int face_id); void PlayerCreationUI_Draw(); void PlayerCreationUI_Initialize(); void DeleteCCharFont(); bool PlayerCreationUI_Loop();