21 #include "object/task/task.h"
42 bool EventProcess(
const Event &event);
44 Error Start(TaskFlagOrder order,
int rank);
49 Error CreateFlag(
int rank);
55 TaskFlagOrder m_order;
Definition: taskflag.h:36
ObjectType
Type of game object.
Definition: object.h:46
CObject - base class for all game objects.
Vector struct and related functions.
Error
Type of error or info message.
Definition: global.h:29
3D (3x1) vector
Definition: vector.h:49
Event sent by system, interface or game.
Definition: event.h:687