Mercurial > hg > openttd
view src/industry_type.h @ 9116:44beb31166aa draft
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Tue, 06 May 2008 22:08:18 +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 */