rnd-20030223-3-src
[rocksndiamonds.git] / src / libgame / system.h
index 72dbb28d46de2766ff0b1bf8360c3a8b88ec9630..d9cd579a5b8824218d0d88bd8fa45e9a8446e46e 100644 (file)
@@ -290,7 +290,7 @@ struct AudioSystemInfo
   int first_sound_channel;
 };
 
-struct FontInfo
+struct FontBitmapInfo
 {
   Bitmap *bitmap;
   int src_x, src_y;            /* start position of animation frames */
@@ -325,12 +325,10 @@ struct GfxInfo
   boolean menu_main_hide_static_text;
 
   int num_fonts;
-  struct FontInfo *font;
-};
+  struct FontBitmapInfo *font_bitmap_info;
+  int (*select_font_function)(int);
 
-struct AnimInfo
-{
-  int random_frame;
+  int anim_random_frame;
 };
 
 struct JoystickInfo