Mercurial > hg > openttd
view src/industry_type.h @ 8506:85399f57c666 draft
(svn r12081) -Codechange: Rename table/roadveh.h to table/roadveh_movment.h
It is more descriptive name and it will not upset the generate script anymore
author | belugas <belugas@openttd.org> |
---|---|
date | Thu, 07 Feb 2008 17:01:06 +0000 |
parents | 87c85bb42d6f |
children | bc7926153e19 |
line wrap: on
line source
/* $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 */