Mercurial > mm7
view UI/UIPartyCreation.h @ 2423:1b6bf88f561b
fixing some memory access errors
author | Grumpy7 |
---|---|
date | Tue, 22 Jul 2014 23:07:24 +0200 |
parents | 12a935783629 |
children |
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();