src/autoreplace_type.h
author rubidium
Sat, 12 Apr 2008 11:15:25 +0000
changeset 10135 b2777e2f98e5
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r12666) -Fix: the time table GUI did not show some data in the correct manner.
/* $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 */