File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/game/game_config.cpp
Show inline comments
 
@@ -8,13 +8,12 @@
 
 */
 

	
 
/** @file game_config.cpp Implementation of GameConfig. */
 

	
 
#include "../stdafx.h"
 
#include "../settings_type.h"
 
#include "../core/random_func.hpp"
 
#include "game.hpp"
 
#include "game_config.hpp"
 
#include "game_info.hpp"
 

	
 
/* static */ GameConfig *GameConfig::GetConfig(ScriptSettingSource source)
 
{