src/autoreplace_type.h
author belugas
Wed, 16 Jan 2008 02:53:55 +0000
changeset 8308 bc75a4a27ec9
parent 8212 cf3fce5c7464
child 10207 c291a21b304e
permissions -rw-r--r--
(svn r11873) -Codechange: less a few magical numbers and a tiny bit more comments on town zones
/* $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 */