fixed problem when determining maximum word length in request text
[rocksndiamonds.git] / src / libgame / text.h
index b4f37f45661da755cc765dd662c28e6665248a72..cfc9e3f19f8c4feb78c50866b0d568a7f8278157 100644 (file)
@@ -83,11 +83,13 @@ struct FontBitmapInfo *getFontBitmapInfo(int);
 
 int getFontWidth(int);
 int getFontHeight(int);
+int getFontDrawOffsetX(int);
+int getFontDrawOffsetY(int);
 int getTextWidth(char *, int);
 
 void getFontCharSource(int, char, Bitmap **, int *, int *);
 
-int maxWordLengthInString(char *);
+int maxWordLengthInRequestString(char *);
 
 void DrawInitText(char *, int, int);