src/autoreplace_type.h
author skidd13
Mon, 02 Jun 2008 14:27:58 +0000
changeset 10809 5e1189c1df5c
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()
/* $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 */