File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/settings_gui.cpp
Show inline comments
 
@@ -25,29 +25,25 @@
 
#include "string_func.h"
 
#include "widgets/dropdown_type.h"
 
#include "widgets/dropdown_func.h"
 
#include "highscore.h"
 
#include "base_media_base.h"
 
#include "company_base.h"
 
#include "company_func.h"
 
#include "viewport_func.h"
 
#include "core/geometry_func.hpp"
 
#include "ai/ai.hpp"
 
#include "language.h"
 

	
 
#include "widgets/settings_widget.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
 
#include <map>
 

	
 
static const StringID _units_dropdown[] = {
 
	STR_GAME_OPTIONS_MEASURING_UNITS_IMPERIAL,
 
	STR_GAME_OPTIONS_MEASURING_UNITS_METRIC,
 
	STR_GAME_OPTIONS_MEASURING_UNITS_SI,
 
	INVALID_STRING_ID
 
};
 

	
 
static const StringID _driveside_dropdown[] = {
 
	STR_GAME_OPTIONS_ROAD_VEHICLES_DROPDOWN_LEFT,
 
	STR_GAME_OPTIONS_ROAD_VEHICLES_DROPDOWN_RIGHT,
 
	INVALID_STRING_ID