Mercurial > mm7
diff GUI/GUIWindow.h @ 2529:dbaf6fc71525
GUIWindow::DrawText: cleaned
author | a.parshin |
---|---|
date | Mon, 13 Oct 2014 17:18:55 +0300 |
parents | e72e62ec9273 |
children | a902abdfc7f2 |
line wrap: on
line diff
--- a/GUI/GUIWindow.h Mon Oct 13 16:14:07 2014 +0300 +++ b/GUI/GUIWindow.h Mon Oct 13 17:18:55 2014 +0300 @@ -340,7 +340,7 @@ UIMessageType msg, unsigned int msg_param, unsigned __int8 uHotkey, const char *pName, struct Texture *pTextures, ...); void DrawFlashingInputCursor(signed int uX, int uY, struct GUIFont *a2); int DrawTextInRect(GUIFont *pFont, unsigned int uX, unsigned int uY, unsigned int uColor, const char *text, int rect_width, int reverse_text); - void DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int max_text_height, signed int uFontShadowColor); + void DrawText(GUIFont *a2, signed int uX, int uY, unsigned short uFontColor, const char *Str, bool present_time_transparency, int max_text_height, signed int uFontShadowColor); void DrawTitleText(GUIFont *a2, signed int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing); void DrawShops_next_generation_time_string(__int64 next_generation_time); void HouseDialogManager();