src/autoreplace_type.h
author peter1138
Mon, 18 Feb 2008 19:20:37 +0000
changeset 9095 b5b66a0bbd2c
parent 8708 0c29fbc79be4
permissions -rw-r--r--
(svn r12180) -Fix: Test purchase list loading/loaded sprites instead of unconditionally returning a possibly non-existant sprite.
/* $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 */