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

	
 
/** @file gfxinit.cpp Initializing of the (GRF) graphics. */
 

	
 
#include "stdafx.h"
 
#include "debug.h"
 
#include "spritecache.h"
 
#include "fileio_func.h"
 
#include "fios.h"
 
#include "newgrf.h"
 
#include "md5.h"
 
#include "3rdparty/md5/md5.h"
 
#include "fontcache.h"
 
#include "gfx_func.h"
 
#include "settings_type.h"
 
#include "string_func.h"
 

	
 
/* The type of set we're replacing */
 
#define SET_TYPE "graphics"
 
#include "base_media_func.h"
 

	
 
#include "table/sprites.h"
 
#include "table/palette_convert.h"