Files @ r11791:31f00a66943c
Branch filter:

Location: cpp/openttd-patchpack/source/src/autoreplace_type.h

alberth
(svn r16186) -Codechange: Adding nested widgets to _newgrf_desc and _newgrf_add_dlg_desc window descriptions.
/* $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 */