You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/industry_type.h

17 lines
299 B
C

/* $Id$ */
/** @file industry_type.h Types related to the industry. */
#ifndef INDUSTRY_TYPE_H
#define INDUSTRY_TYPE_H
typedef uint16 IndustryID;
typedef uint16 IndustryGfx;
typedef uint8 IndustryType;
struct Industry;
struct IndustrySpec;
struct IndustryTileSpec;
#endif /* INDUSTRY_TYPE_H */