comparison mm7_data.h @ 1758:24e756a50073

DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
author Ritor1
date Mon, 30 Sep 2013 23:38:28 +0600
parents 421c29d4ab3e
children a3e86ec5d3ce d73f4668ef94 633f81bb3ae7
comparison
equal deleted inserted replaced
1757:11f5c0ac170a 1758:24e756a50073
1078 void UI_OnMouseLeftClick(int *pXY); // idb 1078 void UI_OnMouseLeftClick(int *pXY); // idb
1079 unsigned int UI_GetHealthManaAndOtherQualitiesStringColor(signed int current_pos, signed int base_pos); 1079 unsigned int UI_GetHealthManaAndOtherQualitiesStringColor(signed int current_pos, signed int base_pos);
1080 unsigned int __fastcall GetSizeInInventorySlots(unsigned int uNumPixels); 1080 unsigned int __fastcall GetSizeInInventorySlots(unsigned int uNumPixels);
1081 struct GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey); // idb 1081 struct GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey); // idb
1082 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall); 1082 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall);
1083 void __fastcall sub_41D20D_buff_remaining_time_string(int ecx0, struct GUIWindow *edx0, __int64 a3, struct GUIFont *a2); 1083 void DrawBuff_remaining_time_string(int uY, struct GUIWindow *window, __int64 remaining_time, struct GUIFont *Font);
1084 bool UI_OnKeyDown(unsigned int vkKey); 1084 bool UI_OnKeyDown(unsigned int vkKey);
1085 void GameUI_DrawItemInfo(struct ItemGen* inspect_item); // idb 1085 void GameUI_DrawItemInfo(struct ItemGen* inspect_item); // idb
1086 void MonsterPopup_Draw(unsigned int uActorID, struct GUIWindow *window); 1086 void MonsterPopup_Draw(unsigned int uActorID, struct GUIWindow *window);
1087 void LoadActualSkyFrame(); 1087 void LoadActualSkyFrame();
1088 void Sleep6Hours(); 1088 void Sleep6Hours();