Files @ r9951:8026cba2423a
Branch filter:

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

belugas
(svn r14106) -Fix(r14104): A string too much been commited
/* $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 */