This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BattlePlan |
Battle plans. More... | |
Typedefs | |
typedef unsigned long | BPTactic |
Variables | |
const BPTactic | BPT_DISENGAGE = 0x0001 |
const BPTactic | BPT_DISIFHIT = 0x0002 |
const BPTactic | BPT_MINDAM = 0x0004 |
const BPTactic | BPT_MAXNET = 0x0008 |
const BPTactic | BPT_MAXRATIO = 0x0010 |
const BPTactic | BPT_MAXDAM = 0x0020 |
const unsigned long | BPE_NONE = ULONG_MAX - 1 |
const unsigned long | BPE_ENEMY = ULONG_MAX - 2 |
const unsigned long | BPE_ENEMYNEUTRAL = ULONG_MAX - 3 |
const unsigned long | BPE_ALL = ULONG_MAX - 4 |
Definition in file BattlePlan.h.