Files @ r9515:30fe0a2a833b
Branch filter:

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

peter1138
(svn r13507) -Fix (r12856): first engine change should've been moved 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 */