move is_wine bool to g_config

This commit is contained in:
FunkyFr3sh 2023-11-04 03:20:30 +01:00
parent f79b7db8cd
commit e9b585f440
7 changed files with 15 additions and 13 deletions

View file

@ -16,6 +16,7 @@ typedef struct CNCDDRAWCONFIG
char process_file_name[MAX_PATH];
char process_file_ext[MAX_PATH];
INIFILE ini;
BOOL is_wine;
/* Optional settings */