src/autoreplace_type.h
author glx
Mon, 16 Jun 2008 20:16:43 +0000
changeset 10985 ae131ef2cc8f
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r13539) -Fix (r13537): signed/unsigned warnings
/* $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 */