renamed function 'NextEvent' to 'WaitEvent'
[rocksndiamonds.git] / src / libgame / system.h
index 216ca6a68d3a048546a99368c2fcf99b0fdb4e28..3cf8bea6231c944b36ec44102233a4928560f403 100644 (file)
@@ -1544,7 +1544,7 @@ void CloseAudio(void);
 void SetAudioMode(boolean);
 
 boolean PendingEvent(void);
-void NextEvent(Event *event);
+void WaitEvent(Event *event);
 void PeekEvent(Event *event);
 void CheckQuitEvent(void);
 Key GetEventKey(KeyEvent *, boolean);