diff GUI/GUIFont.h @ 2574:dd36326a9994

More texture refactoring GetLeather -> DrawTextureCustomHeight
author a.parshin
date Mon, 07 Mar 2016 03:48:40 +0200
parents a77c34acdbc9
children
line wrap: on
line diff
--- a/GUI/GUIFont.h	Sat Mar 05 16:25:53 2016 +0200
+++ b/GUI/GUIFont.h	Mon Mar 07 03:48:40 2016 +0200
@@ -53,7 +53,7 @@
 #pragma warning( pop )
 
 GUIFont *LoadFont(const char *pFontFile, const char *pFontPalette, ...);
-char * FitTextInAWindow(const char *pInString, GUIFont *pFont, GUIWindow *pWindow, signed int uX, int a5);
+char * FitTextInAWindow(const char *pInString, GUIFont *pFont, struct GUIWindow *pWindow, signed int uX, int a5);
 
 
 extern struct GUIFont *pAutonoteFont;