X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=dd5b1bf1d3413c78c7eb077631f8c1ae0800b9a6;hp=97acf9340534e210dc596a1f3ac760c2b7637e19;hb=6e14e0f1251b17881f44fdddc489c19d7ad7a373;hpb=c834d452858eb10b833fa4d4dc2dab17303b29e2 diff --git a/src/libgame/system.h b/src/libgame/system.h index 97acf934..dd5b1bf1 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -811,6 +811,10 @@ struct GfxInfo Bitmap *background_bitmap; int background_bitmap_mask; + Bitmap *fade_bitmap_source; + Bitmap *fade_bitmap_target; + Bitmap *fade_bitmap_black; + #if USE_FINAL_SCREEN_BITMAP Bitmap *final_screen_bitmap; #endif