src/autoreplace_type.h
changeset 8708 0c29fbc79be4
parent 8653 a83f7a536919
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/autoreplace_type.h	Mon Jan 07 09:19:53 2008 +0000
@@ -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 */