author | rubidium |
Sun, 22 Jun 2008 21:41:03 +0000 | |
branch | noai |
changeset 11053 | d8d48e076a3f |
parent 9723 | eee46cb39750 |
permissions | -rw-r--r-- |
9723 | 1 |
/* $Id$ */ |
2 |
||
3 |
/** @file autoreplace_type.h Types related to autoreplacing. */ |
|
4 |
||
5 |
#ifndef AUTOREPLACE_TYPE_H |
|
6 |
#define AUTOREPLACE_TYPE_H |
|
7 |
||
8 |
struct EngineRenew; |
|
9 |
||
10 |
/** |
|
11 |
* A list to group EngineRenew directives together (such as per-player). |
|
12 |
*/ |
|
13 |
typedef EngineRenew* EngineRenewList; |
|
14 |
||
15 |
#endif /* AUTOREPLACE_TYPE_H */ |