From e2f7ec1d3e8b546f5faa3ed6d7fd28363629daf3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 09:19:53 +0000 Subject: (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location. --- src/autoreplace_type.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/autoreplace_type.h (limited to 'src/autoreplace_type.h') diff --git a/src/autoreplace_type.h b/src/autoreplace_type.h new file mode 100644 index 000000000..6dbdd5299 --- /dev/null +++ b/src/autoreplace_type.h @@ -0,0 +1,15 @@ +/* $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 */ -- cgit v1.2.3-54-g00ecf