#include "Location.h"
Include dependency graph for WayOrder.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | WayOrder |
Waypoint Order. More... | |
class | WayOrderNumber |
class | WayOrderPatrol |
class | WayOrderTransport |
Typedefs | |
typedef unsigned long | OrderType |
Variables | |
const OrderType | OT_NONE = 0 |
const OrderType | OT_COLONIZE = 1 |
const OrderType | OT_REMOTEMINE = 2 |
const OrderType | OT_SCRAP = 3 |
const OrderType | OT_ROUTE = 4 |
const OrderType | OT_MERGE = 5 |
const OrderType | OT_LAYMINE = 6 |
const OrderType | OT_TRANSFER = 7 |
const OrderType | OT_PATROL = 8 |
const OrderType | OT_TRANSPORT = 9 |
Definition in file WayOrder.h.