home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / anwend / qed453 / src / event.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-10  |  160 b   |  10 lines

  1. #ifndef _qed_event_h_
  2. #define _qed_event_h_
  3.  
  4. extern bool        abort_prog;
  5.  
  6. extern bool        check_for_abbruch    (void);
  7. extern void        main_loop            (void);
  8.  
  9. #endif
  10.