#include <deque>
#include "FSTypes.h"
#include "Rules.h"
#include "Cost.h"
Include dependency graph for Component.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Component |
Component. More... | |
Variables | |
const long | WT_BEAM = 1 |
const long | WT_GATLING = 2 |
const long | WT_SAPPER = 3 |
const long | WT_TORP = 4 |
const long | WT_MISSILE = 5 |
const long | BT_NORMAL = 1 |
const long | BT_SMART = 2 |
const long | BT_TERRA = 3 |
const long | MT_STD = 1 |
const long | MT_SPEED = 2 |
const long | MT_HEAVY = 3 |
const long | MT_MAXIMUM = MT_HEAVY |
const long | TERRA_DETERRA = 0x0010 |
const long | TERRA_POSTERRA = 0x0020 |
const long | TERRA_TERRABOTH = (TERRA_DETERRA | TERRA_POSTERRA) |
const long | TERRA_TOINIT = 0x0001 |
const long | TERRA_TOTECH = 0x0002 |
const long | TERRA_BOMB = 0x0100 |
const long | TERRA_REMOTE = 0x0200 |
const long | THIEF_NONE = 0x00 |
const long | THIEF_SHIP = 0x01 |
const long | THIEF_PLANET = 0x02 |
const long | THIEF_BOTH = THIEF_SHIP | THIEF_PLANET |
Definition in file Component.h.