make cfg ini functions public
This commit is contained in:
parent
58a86abfc8
commit
8702ffe44a
5 changed files with 38 additions and 30 deletions
|
@ -21,4 +21,8 @@ extern CNCDDRAWCONFIG g_config;
|
|||
void cfg_load();
|
||||
void cfg_save();
|
||||
|
||||
BOOL cfg_get_bool(LPCSTR key, BOOL default_value);
|
||||
int cfg_get_int(LPCSTR key, int default_value);
|
||||
DWORD cfg_get_string(LPCSTR key, LPCSTR default_value, LPSTR out_string, DWORD out_size);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue