X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=a3eae88217bc14c3ee295acea1f721530c7ecec2;hb=84142e69a27536756a54fc9a78763c32d0eb8b46;hp=5a63172f72421e6c0fe58095bce1864945d636cb;hpb=71cea4c5471c3924c9b40e314d38fc209a48a499;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;