Mercurial > hg > openttd
view src/autoreplace_type.h @ 10831:31f766ee053b draft
(svn r15166) -Codechange: reduce number of includes in afterload.cpp
author | smatz <smatz@openttd.org> |
---|---|
date | Tue, 20 Jan 2009 13:56:35 +0000 |
parents | c54d140df948 |
children | bc7926153e19 |
line wrap: on
line source
/* $Id$ */ /** @file autoreplace_type.h Types related to autoreplacing. */ #ifndef AUTOREPLACE_TYPE_H #define AUTOREPLACE_TYPE_H struct EngineRenew; /** * A list to group EngineRenew directives together (such as per-company). */ typedef EngineRenew *EngineRenewList; #endif /* AUTOREPLACE_TYPE_H */