Mercurial > mm7
comparison GUIWindow.h @ 471:c43f156a95c9
ArmorShopDialog crash fixed. All shops show its items
author | Gloval |
---|---|
date | Mon, 25 Feb 2013 23:33:15 +0400 |
parents | 5d2667144526 |
children | d4ea191229ff |
comparison
equal
deleted
inserted
replaced
470:fcdaa804074f | 471:c43f156a95c9 |
---|---|
112 void DrawFlashingInputCursor(signed int a3, int a4, struct GUIFont *a2); | 112 void DrawFlashingInputCursor(signed int a3, int a4, struct GUIFont *a2); |
113 int DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8); | 113 int DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8); |
114 char DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor); | 114 char DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor); |
115 char *DrawTitleText(GUIFont *a2, unsigned int uHorizontalMargin, unsigned int uVerticalMargin, | 115 char *DrawTitleText(GUIFont *a2, unsigned int uHorizontalMargin, unsigned int uVerticalMargin, |
116 unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing); | 116 unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing); |
117 char *_4B1854(__int64 a2); | 117 void DrawCurrentTime(__int64 a2); |
118 void HouseDialogManager(); | 118 void HouseDialogManager(); |
119 void OpenSpellBook(); | 119 void OpenSpellBook(); |
120 void InitializeBookView(); | 120 void InitializeBookView(); |
121 void DrawMessageBox(int arg0); | 121 void DrawMessageBox(int arg0); |
122 GUIButton *GetControl(unsigned int uID); | 122 GUIButton *GetControl(unsigned int uID); |