src/autoreplace_type.h
author truebrain
Thu, 12 Jun 2008 21:18:09 +0000
branchnoai
changeset 10944 588393239ac6
parent 9723 eee46cb39750
permissions -rw-r--r--
(svn r13498) [NoAI] -Add: added 'pathfinder.road' to the regression
/* $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 */