X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=2c8e116acf4025ab75f06e323806050b746d9d04;hp=a4fc6fa09d0d6c6465606f2ef808c40e209e013e;hb=fe57866d9aa0cc2ebf48411eaf7bb4180cf85a84;hpb=4002450137caf7133ae05ee9bf5302faac3d5040 diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index a4fc6fa0..2c8e116a 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -38,7 +38,7 @@ void sge_Line(SDL_Surface *, Sint16, Sint16, Sint16, Sint16, Uint32); #if defined(USE_TOUCH_INPUT_OVERLAY) // functions to draw overlay graphics for touch device input -static void DrawTouchInputOverlay(); +static void DrawTouchInputOverlay(void); #endif void SDLLimitScreenUpdates(boolean enable)