Mercurial > mm7
comparison GUIWindow.h @ 774:c319601893af
Слияние
author | Ritor1 |
---|---|
date | Sun, 24 Mar 2013 00:32:13 +0600 |
parents | cf2fbac6edc9 |
children | b27dd658ea77 |
comparison
equal
deleted
inserted
replaced
773:b1b991f67d40 | 774:c319601893af |
---|---|
112 GUIButton *CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7, | 112 GUIButton *CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7, |
113 unsigned int uControlID, unsigned int uControlParam, unsigned __int8 uHotkey, const char *pName, Texture *pTextures, ...); | 113 unsigned int uControlID, unsigned int uControlParam, unsigned __int8 uHotkey, const char *pName, Texture *pTextures, ...); |
114 void DrawFlashingInputCursor(signed int a3, int a4, struct GUIFont *a2); | 114 void DrawFlashingInputCursor(signed int a3, int a4, struct GUIFont *a2); |
115 int DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8); | 115 int DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8); |
116 char DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor); | 116 char DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor); |
117 char *DrawTitleText(GUIFont *a2, signed int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing); | 117 void DrawTitleText(GUIFont *a2, signed int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing); |
118 void DrawCurrentTime(__int64 a2); | 118 void DrawCurrentTime(__int64 a2); |
119 void HouseDialogManager(); | 119 void HouseDialogManager(); |
120 void OpenSpellBook(); | 120 void OpenSpellBook(); |
121 void InitializeBookView(); | 121 void InitializeBookView(); |
122 void DrawMessageBox(int arg0); | 122 void DrawMessageBox(int arg0); |