rnd-20030223-3-src
[rocksndiamonds.git] / src / libgame / system.h
index bce82b93821f67623f326e0c96fb33603f0624c2..d9cd579a5b8824218d0d88bd8fa45e9a8446e46e 100644 (file)
@@ -325,7 +325,8 @@ struct GfxInfo
   boolean menu_main_hide_static_text;
 
   int num_fonts;
-  struct FontBitmapInfo *font;
+  struct FontBitmapInfo *font_bitmap_info;
+  int (*select_font_function)(int);
 
   int anim_random_frame;
 };