rnd-20070427-1-src
[rocksndiamonds.git] / src / libgame / text.h
index 0f770ba7971b8137b343288794b14d15aae9408c..146648a311febdce38fcad7249dc607ce96c74ce 100644 (file)
@@ -74,6 +74,8 @@ int getTextWidth(char *, int);
 void getFontCharSource(int, char, Bitmap **, int *, int *);
 
 void DrawInitText(char *, int, int);
+void DrawInitTextIfNeeded(char *, int, int);
+void DrawInitTextExt(char *, int, int, boolean);
 void DrawTextF(int, int, int, char *, ...);
 void DrawTextFCentered(int, int, char *, ...);
 void DrawTextS(int, int, int, char *);