src/autoreplace_type.h
author bjarni
Sun, 27 Jul 2008 14:16:24 +0000
changeset 9724 ffff7f3fcd47
parent 8212 cf3fce5c7464
child 10207 c291a21b304e
permissions -rw-r--r--
(svn r13849) -Fix: [OSX] 10.5 appears to be more picky when setting up compiling of universal binaries
/* $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 */