rnd-20030808-5-src
[rocksndiamonds.git] / src / libgame / text.h
index 5d701fa714e4cf4073a8eb3f104324d70f8ce86a..fd1e8c57d558a1efa501c4b3470183e666930fde 100644 (file)
@@ -57,6 +57,8 @@ void FreeFontInfo(struct FontBitmapInfo *);
 
 int getFontWidth(int);
 int getFontHeight(int);
+int getTextWidth(char *, int);
+
 void getFontCharSource(int, char, Bitmap **, int *, int *);
 
 void DrawInitText(char *, int, int);