Mercurial > mm7
comparison mm7_data.h @ 1699:33c7cc2d48d5
MonsterPopup_Draw
author | Ritor1 |
---|---|
date | Sun, 22 Sep 2013 20:38:24 +0600 |
parents | 7d99124bccd8 |
children | f8414042db1f 5f2583a4fa7d |
comparison
equal
deleted
inserted
replaced
1698:8cfb2e978445 | 1699:33c7cc2d48d5 |
---|---|
1118 struct GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey); // idb | 1118 struct GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey); // idb |
1119 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall); | 1119 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall); |
1120 void __fastcall sub_41D20D_buff_remaining_time_string(int ecx0, struct GUIWindow *edx0, __int64 a3, struct GUIFont *a2); | 1120 void __fastcall sub_41D20D_buff_remaining_time_string(int ecx0, struct GUIWindow *edx0, __int64 a3, struct GUIFont *a2); |
1121 bool UI_OnKeyDown(unsigned int vkKey); | 1121 bool UI_OnKeyDown(unsigned int vkKey); |
1122 void GameUI_DrawItemInfo(struct ItemGen* inspect_item); // idb | 1122 void GameUI_DrawItemInfo(struct ItemGen* inspect_item); // idb |
1123 void MonsterPopup_Draw(unsigned int uActorID, struct GUIWindow *edx0); | 1123 void MonsterPopup_Draw(unsigned int uActorID, struct GUIWindow *window); |
1124 void LoadActualSkyFrame(); | 1124 void LoadActualSkyFrame(); |
1125 void Sleep6Hours(); | 1125 void Sleep6Hours(); |
1126 void ChestUI_WritePointedObjectStatusString(); | 1126 void ChestUI_WritePointedObjectStatusString(); |
1127 void __fastcall party_finds_gold(unsigned int uNumGold, int _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal); // idb | 1127 void __fastcall party_finds_gold(unsigned int uNumGold, int _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal); // idb |
1128 void OnChestLeftClick(); | 1128 void OnChestLeftClick(); |