File diff r4260:59348b953ade → r4261:8c2d0c75e37a
misc_gui.c
Show inline comments
 
@@ -17,24 +17,25 @@
 
#include "viewport.h"
 
#include "gfx.h"
 
#include "station.h"
 
#include "command.h"
 
#include "player.h"
 
#include "town.h"
 
#include "sound.h"
 
#include "network.h"
 
#include "string.h"
 
#include "variables.h"
 
#include "vehicle.h"
 
#include "train.h"
 
#include "date.h"
 

	
 
#include "fios.h"
 
/* Variables to display file lists */
 
FiosItem *_fios_list;
 
int _saveload_mode;
 

	
 
static bool _fios_path_changed;
 
static bool _savegame_sort_dirty;
 

	
 
typedef struct LandInfoData {
 
	Town *town;
 
	int32 costclear;