Subversion Repositories Games.Carmageddon

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 pmbaty 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