File diff r2158:c6fcd114db94 → r2159:2c706fe6b0a7
newgrf.c
Show inline comments
 
@@ -7,12 +7,13 @@
 
#include "gfx.h"
 
#include "fileio.h"
 
#include "engine.h"
 
#include "station.h"
 
#include "sprite.h"
 
#include "newgrf.h"
 
#include "variables.h"
 

	
 
/* TTDPatch extended GRF format codec
 
 * (c) Petr Baudis 2004 (GPL'd)
 
 * Changes by Florian octo Forster are (c) by the OpenTTD development team.
 
 *
 
 * Contains portions of documentation by TTDPatch team.