src/settings.cpp
changeset 8214 971f861d5543
parent 8213 7bdd7593eb9b
child 8254 1496654ca5e7
equal deleted inserted replaced
8213:7bdd7593eb9b 8214:971f861d5543
    21 
    21 
    22 #include "stdafx.h"
    22 #include "stdafx.h"
    23 #include "openttd.h"
    23 #include "openttd.h"
    24 #include "currency.h"
    24 #include "currency.h"
    25 #include "screenshot.h"
    25 #include "screenshot.h"
    26 #include "string.h"
       
    27 #include "variables.h"
    26 #include "variables.h"
    28 #include "network/network.h"
    27 #include "network/network.h"
    29 #include "settings_internal.h"
    28 #include "settings_internal.h"
    30 #include "command_func.h"
    29 #include "command_func.h"
    31 #include "console.h"
    30 #include "console.h"
    46 #ifdef WITH_FREETYPE
    45 #ifdef WITH_FREETYPE
    47 #include "fontcache.h"
    46 #include "fontcache.h"
    48 #endif
    47 #endif
    49 #include "spritecache.h"
    48 #include "spritecache.h"
    50 #include "transparency.h"
    49 #include "transparency.h"
       
    50 #include "string_func.h"
    51 
    51 
    52 GameOptions _opt;
    52 GameOptions _opt;
    53 GameOptions _opt_newgame;
    53 GameOptions _opt_newgame;
    54 GameOptions *_opt_ptr;
    54 GameOptions *_opt_ptr;
    55 Patches _patches;
    55 Patches _patches;