set up .ini section once and then reuse it
This commit is contained in:
parent
416c6a8d92
commit
fb858f3f08
3 changed files with 50 additions and 23 deletions
|
@ -18,6 +18,7 @@ typedef struct CNCDDRAWCONFIG
|
|||
char dll_file_name[MAX_PATH];
|
||||
char process_file_ext[MAX_PATH];
|
||||
char dll_file_ext[MAX_PATH];
|
||||
char game_section[MAX_PATH];
|
||||
INIFILE ini;
|
||||
BOOL d3d9on12;
|
||||
BOOL opengl_core;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue