#include <deque>
#include "FSTypes.h"
#include "Rules.h"
#include "Location.h"
Include dependency graph for CargoHolder.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | CargoHolder |
Cargo hold functionality. More... | |
Variables | |
const long | SEEN_OWNER = 0x00000001 |
const long | SEEN_HULL = 0x00000002 |
const long | SEEN_DESIGN = 0x00000004 |
const long | SEEN_PLANETHAB = 0x00000008 |
const long | SEEN_PLANETMC = 0x00000010 |
const long | SEEN_PLANETPOP = 0x00000020 |
const long | SEEN_INSTALLATIONS = 0x00000040 |
const long | SEEN_ORDERS = 0x00000080 |
const long | SEEN_SCANNER = SEEN_OWNER | SEEN_HULL |
const long | SEEN_PENSCAN = SEEN_OWNER | SEEN_PLANETHAB | SEEN_PLANETMC | SEEN_PLANETPOP |
const long | SEEN_BYOWNER = 0x0000FFFF |
const long | SEEN_HOST = 0xFFFFFFFF |
Definition in file CargoHolder.h.