src/autoreplace_type.h
author frosch
Wed, 20 Feb 2008 15:13:42 +0000
changeset 9107 3e57b96e98f2
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'.
/* $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 */