src/autoreplace_type.h
author glx
Sat, 26 Apr 2008 21:34:30 +0000
branch0.6
changeset 10367 94c008da45c4
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r12909) [0.6] -Fix (r12866): missing #defines
/* $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 */