fixed compiler warning due to missing function prototype
authorHolger Schemel <info@artsoft.org>
Tue, 11 Dec 2018 20:35:11 +0000 (21:35 +0100)
committerHolger Schemel <info@artsoft.org>
Tue, 11 Dec 2018 20:35:11 +0000 (21:35 +0100)
src/libgame/sdl.c

index a4fc6fa09d0d6c6465606f2ef808c40e209e013e..2c8e116acf4025ab75f06e323806050b746d9d04 100644 (file)
@@ -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)