rnd-20030404-3-src
[rocksndiamonds.git] / src / libgame / text.h
index 39e9b2f2c6fefed708fdef0d3d99feefa2bcb084..f506b940dad13860eac4d8dcbe61e388278c284f 100644 (file)
@@ -37,8 +37,9 @@
 
 /* font structure definitions */
 
-void InitFontInfo(struct FontBitmapInfo *, int,
-                 int (*select_font_function)(int));
+void InitFontInfo(struct FontBitmapInfo *, int, int (*function)(int));
+void SetInverseTextColor(Pixel);
+
 int getFontWidth(int);
 int getFontHeight(int);
 boolean getFontChar(int, char, int *, int *);