equal
deleted
inserted
replaced
24 #include "currency.h" |
24 #include "currency.h" |
25 #include "screenshot.h" |
25 #include "screenshot.h" |
26 #include "string.h" |
26 #include "string.h" |
27 #include "variables.h" |
27 #include "variables.h" |
28 #include "network/network.h" |
28 #include "network/network.h" |
29 #include "settings.h" |
29 #include "settings_internal.h" |
30 #include "command_func.h" |
30 #include "command_func.h" |
31 #include "console.h" |
31 #include "console.h" |
32 #include "saveload.h" |
32 #include "saveload.h" |
33 #include "npf.h" |
33 #include "npf.h" |
34 #include "yapf/yapf.h" |
34 #include "yapf/yapf.h" |
46 #include "fontcache.h" |
46 #include "fontcache.h" |
47 #endif |
47 #endif |
48 #include "spritecache.h" |
48 #include "spritecache.h" |
49 #include "transparency.h" |
49 #include "transparency.h" |
50 |
50 |
51 /** The patch values that are used for new games and/or modified in config file */ |
51 GameOptions _opt; |
|
52 GameOptions _opt_newgame; |
|
53 GameOptions *_opt_ptr; |
|
54 Patches _patches; |
52 Patches _patches_newgame; |
55 Patches _patches_newgame; |
53 |
56 |
54 struct IniFile; |
57 struct IniFile; |
55 struct IniItem; |
58 struct IniItem; |
56 struct IniGroup; |
59 struct IniGroup; |