Subversion Repositories Games.Carmageddon

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 pmbaty 1
#ifndef _HOSTCFG_H_
2
#define _HOSTCFG_H_
3
 
4
#include "brender/br_types.h"
5
 
6
char* HostDefaultDevice(void);
7
 
8
br_boolean HostIniSectionExists(char* ini_file, char* section_name);
9
 
10
br_error HostIniQuery(char* ini_file, char* section_name, char* entry, char* Buffer, int max, br_uint_16* size);
11
 
12
br_error HostRegistryQuery(void* hKey, char* Path, char* entry, char* Buffer, br_uint_16 max, br_uint_16* size);
13
 
14
#endif