added fix to prevent Windows from complaining about program not responding
[rocksndiamonds.git] / src / libgame / system.h
index b2187d78cda9ac18b57f0d6fb5cf030917aff597..216ca6a68d3a048546a99368c2fcf99b0fdb4e28 100644 (file)
@@ -1546,6 +1546,7 @@ void SetAudioMode(boolean);
 boolean PendingEvent(void);
 void NextEvent(Event *event);
 void PeekEvent(Event *event);
+void CheckQuitEvent(void);
 Key GetEventKey(KeyEvent *, boolean);
 KeyMod HandleKeyModState(Key, int);
 KeyMod GetKeyModState();