X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=3cf8bea6231c944b36ec44102233a4928560f403;hb=88a1829af8ca41b6e581f209002022b2483b86df;hp=216ca6a68d3a048546a99368c2fcf99b0fdb4e28;hpb=ca78975abfe7b2517a7c090a06abfdad065475b7;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 216ca6a6..3cf8bea6 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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);