view src/autoreplace_type.h @ 8270:5613b863190d draft

(svn r11834) -Codechange: only include settings_type.h if needed.
author rubidium <rubidium@openttd.org>
date Sun, 13 Jan 2008 14:37:30 +0000
parents 11263ebe590a
children c54d140df948
line wrap: on
line source

/* $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 */