X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=b6fad4414798ec050ba6aa759a450bc1212989e3;hp=075b99bbe5d5d4fbd503cd54e02f670eeeb2a702;hb=88a1829af8ca41b6e581f209002022b2483b86df;hpb=e17be9bfe390fb729e8f8ffca38bf0049004bb17 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 *);