renamed function 'NextEvent' to 'WaitEvent'
[rocksndiamonds.git] / src / libgame / sdl.h
index 075b99bbe5d5d4fbd503cd54e02f670eeeb2a702..b6fad4414798ec050ba6aa759a450bc1212989e3 100644 (file)
@@ -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 *);