Mercurial > mm7
diff GUIWindow.h @ 816:cfc65feef029
* Player Recovery Times
* Player Attack fixes
* Debug log to timers
author | Nomad |
---|---|
date | Tue, 26 Mar 2013 12:40:27 +0200 |
parents | b27dd658ea77 |
children | dfd683c4f538 |
line wrap: on
line diff
--- a/GUIWindow.h Tue Mar 26 06:40:04 2013 +0200 +++ b/GUIWindow.h Tue Mar 26 12:40:27 2013 +0200 @@ -1,5 +1,7 @@ #pragma once #include "GUIButton.h" +#include "Items.h" +#include "Player.h" @@ -417,4 +419,20 @@ -void QuickRefDraw(); \ No newline at end of file +void QuickRefDraw(); + + + + + + + + + + +//character ui +unsigned int __fastcall GetSkillColor(unsigned int uPlayerClass, PLAYER_SKILL_TYPE uPlayerSkillType, signed int skill_level); +const char *__fastcall CharacterUI_GetSkillDescText(unsigned int uPlayerID, PLAYER_SKILL_TYPE uPlayerSkillType); +char __cdecl CharacterUI_SkillsTab_ShowHint(); +char __cdecl CharacterUI_StatsTab_ShowHint(); +char __fastcall CharacterUI_StatsTab_Draw(unsigned int uPlayerID); // idb \ No newline at end of file