view src/newgrf_industries.h @ 6853:735550a14c63 draft

(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair
author truelight <truelight@openttd.org>
date Mon, 11 Jun 2007 11:59:36 +0000
parents 802a065d3d21
children c0bb9eee78b1
line wrap: on
line source

/* $Id$ */

/** @file newgrf_industries.h */

#ifndef NEWGRF_INDUSTRIES_H
#define NEWGRF_INDUSTRIES_H

#include "industry.h"
#include "newgrf_spritegroup.h"

uint32 IndustryGetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available);
uint16 GetIndustryCallback(uint16 callback, uint32 param1, uint32 param2, Industry *industry, TileIndex tile);

#endif /* NEWGRF_INDUSTRIES_H */