src/autoreplace_type.h
author rubidium
Thu, 03 Apr 2008 22:18:52 +0000
branchnoai
changeset 9863 73647fe2e301
parent 9723 eee46cb39750
permissions -rw-r--r--
(svn r12552) [NoAI] -Change: do not force the use of StringIDs when setting errors.
/* $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 */