src/autoreplace_type.h
author rubidium
Mon, 14 Jul 2008 20:36:21 +0000
changeset 11145 5e43414d6351
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r13703) -Update: the other language files due to a few changed strings in r13702.
/* $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 */