src/autoreplace_type.h
author smatz
Mon, 22 Sep 2008 14:34:38 +0000
changeset 10177 41ce7529a331
parent 8212 cf3fce5c7464
child 10207 c291a21b304e
permissions -rw-r--r--
(svn r14383) -Fix [FS#2316](r14343): handle invalid 'v->u.air.targetairport' in the NewGRF code, too
/* $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-player).
 */
typedef EngineRenew* EngineRenewList;

#endif /* AUTOREPLACE_TYPE_H */