Adding void to empty function prototype parenthesis

This commit is contained in:
Petar Popovic
2024-09-12 03:31:09 +02:00
committed by Sam Lantinga
parent b15fab0207
commit fd2a266549
6 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ static void DrawRects(SDL_Renderer *renderer)
SDLTest_DrawString(renderer, 0.f, 0.f, "Relative Mode: Enabled");
}
static void CenterMouse()
static void CenterMouse(void)
{
/* Warp the mouse back to the center of the window with input focus to use the
* center point for calculating future motion deltas.