src/autoreplace_type.h
author frosch
Tue, 15 Jul 2008 17:13:50 +0000
changeset 11148 f0e0245a05c3
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r13706) -Fix (r13695): Small typo.
/* $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 */