Subversion Repositories Games.Carmageddon

Rev

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

  1. #ifndef _HSTSETUP_H_
  2. #define _HSTSETUP_H_
  3.  
  4. #include "brender/br_types.h"
  5.  
  6. void HostBegin(void);
  7.  
  8. void HostEnd(void);
  9.  
  10. br_error HostInfo(host_info* buffer, br_size_t buffersize);
  11.  
  12. #endif
  13.