X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=b6fad4414798ec050ba6aa759a450bc1212989e3;hb=5c6c42f1;hp=075b99bbe5d5d4fbd503cd54e02f670eeeb2a702;hpb=0ce1ebb5632789d3dcd7093e2e6f964af7b59fca;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 075b99bb..b6fad441 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -490,7 +490,7 @@ void SDLSetMouseCursor(struct MouseCursorInfo *); void SDLOpenAudio(void); void SDLCloseAudio(void); -void SDLNextEvent(Event *); +void SDLWaitEvent(Event *); void SDLHandleWindowManagerEvent(Event *); void HandleJoystickEvent(Event *);