File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/settings_gui.cpp
Show inline comments
 
@@ -31,17 +31,13 @@
 
#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