From 39194ef19ef3c86f811a24db999becd6c50ba3b6 Mon Sep 17 00:00:00 2001 From: kub Date: Tue, 7 Mar 2023 21:56:11 +0000 Subject: [PATCH] platform sdl, add missing prototype --- platform/common/emu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/common/emu.h b/platform/common/emu.h index fc36f0fb..1b2fa0cd 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -199,6 +199,7 @@ void plat_update_volume(int has_changed, int is_up); void plat_video_clear_status(void); void plat_video_clear_buffers(void); void plat_video_set_size(int w, int h); +void plat_video_set_shadow(int w, int h); #ifdef __cplusplus } // extern "C" -- 2.39.2