Subversion Repositories Games.Carmageddon

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _EVENTQ_H_
  2. #define _EVENTQ_H_
  3.  
  4. #include "brender/br_types.h"
  5.  
  6. br_error DOSEventBegin(void);
  7.  
  8. void DOSEventEnd(void);
  9.  
  10. br_boolean DOSEventWait(dosio_event* event, br_boolean block);
  11.  
  12. #endif
  13.