renamed function 'NextEvent' to 'WaitEvent'
[rocksndiamonds.git] / src / libgame / system.h
index b2187d78cda9ac18b57f0d6fb5cf030917aff597..3cf8bea6231c944b36ec44102233a4928560f403 100644 (file)
@@ -1544,8 +1544,9 @@ 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);
 KeyMod HandleKeyModState(Key, int);
 KeyMod GetKeyModState();