view src/autoreplace_type.h @ 9038:6e86ab2cba9f draft

(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
author rubidium <rubidium@openttd.org>
date Wed, 23 Apr 2008 22:16:41 +0000
parents 11263ebe590a
children c54d140df948
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-player).
 */
typedef EngineRenew* EngineRenewList;

#endif /* AUTOREPLACE_TYPE_H */