File diff r12766:a6dfd5e21d2f → r12767:3d23682b3fda
src/newgrf_config.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file newgrf_config.cpp Finding NewGRFs and configuring them. */
 

	
 
#include "stdafx.h"
 
#include "debug.h"
 
#include "md5.h"
 
#include "3rdparty/md5/md5.h"
 
#include "newgrf.h"
 
#include "string_func.h"
 
#include "gamelog.h"
 
#include "network/network_type.h"
 
#include "gfx_func.h"