rnd-20070318-3-src
[rocksndiamonds.git] / src / libgame / text.h
index 46614de52e1b638bdbc58e404d5191455d21ca03..0f770ba7971b8137b343288794b14d15aae9408c 100644 (file)
@@ -61,7 +61,8 @@
 
 /* font structure definitions */
 
-void InitFontInfo(struct FontBitmapInfo *, int, int (*function)(int));
+void InitFontInfo(struct FontBitmapInfo *, int,
+                 int (*function1)(int), int (*function2)(char *));
 void FreeFontInfo(struct FontBitmapInfo *);
 
 struct FontBitmapInfo *getFontBitmapInfo(int);