diff UI/UIPartyCreation.h @ 2350:7c10dfb6d802

Finishing moving all known UI functions to their appropriate headers
author Grumpy7
date Wed, 09 Apr 2014 21:45:07 +0200
parents 4100fb5c4913
children 12a935783629
line wrap: on
line diff
--- a/UI/UIPartyCreation.h	Wed Apr 09 21:30:45 2014 +0200
+++ b/UI/UIPartyCreation.h	Wed Apr 09 21:45:07 2014 +0200
@@ -0,0 +1,8 @@
+
+bool PlayerCreation_Choose4Skills();
+void LoadPlayerPortraintsAndVoices();
+void ReloadPlayerPortraits(int player_id, int face_id);
+void PlayerCreationUI_Draw();
+void PlayerCreationUI_Initialize();
+void DeleteCCharFont();
+bool PlayerCreationUI_Loop();