X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=d9cd579a5b8824218d0d88bd8fa45e9a8446e46e;hp=bce82b93821f67623f326e0c96fb33603f0624c2;hb=9ec014a4e4a6a2332bb45c6cea8cccc46c64c6ae;hpb=f4b305df0ae775ef48daee86020904abb79ebef8 diff --git a/src/libgame/system.h b/src/libgame/system.h index bce82b93..d9cd579a 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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; };