25 #include "object/task/task.h"
45 bool EventProcess(
const Event &event);
47 Error Start(
bool bDown,
int color);
52 void SoundManip(
float time,
float amplitude,
float frequency);
53 int AngleToRank(
float angle);
54 float ColorToAngle(
int color);
55 int ColorToRank(
int color);
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