src/autoreplace_type.h
author rubidium
Mon, 14 Jul 2008 20:18:06 +0000
changeset 11144 7eff560780d2
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
/* $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 */