X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=a3eae88217bc14c3ee295acea1f721530c7ecec2;hb=21e33411cb221de827be347312ad67c59b7d5a95;hp=5a63172f72421e6c0fe58095bce1864945d636cb;hpb=4688c0da2b679b3cb77060ac85e9ae566a42d992;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index 5a63172f..a3eae882 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -292,6 +292,11 @@ void InitGfxDrawTileCursorFunction(void (*draw_tile_cursor_function)(int)) gfx.draw_tile_cursor_function = draw_tile_cursor_function; } +void InitGfxDrawEnvelopeRequestFunction(void (*draw_envelope_request_function)(int)) +{ + gfx.draw_envelope_request_function = draw_envelope_request_function; +} + void InitGfxCustomArtworkInfo(void) { gfx.override_level_graphics = FALSE;