File diff r9110:c1c12a8355e3 → r9111:983de9c5a848
src/newgrf_cargo.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file newgrf_cargo.cpp Implementation of NewGRF cargoes. */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "debug.h"
 
#include "cargotype.h"
 
#include "newgrf.h"
 
#include "newgrf_callbacks.h"
 
#include "newgrf_spritegroup.h"
 
#include "newgrf_cargo.h"
 

	
 

	
 
static uint32 CargoGetRandomBits(const ResolverObject *object)
 
{