24 #include "object/task/task.h"
45 bool EventProcess(
const Event &event);
47 Error Start(TaskFlagOrder order,
int rank);
52 Error CreateFlag(
int rank);
58 TaskFlagOrder m_order;
Definition: taskflag.h:39
ObjectType
Type of game object.
Definition: object.h:51
CObject - base class for all game objects.
Vector struct and related functions.
Error
Type of error or info message.
Definition: global.h:32
3D (3x1) vector
Definition: vector.h:52
Event sent by system, interface or game.
Definition: event.h:678