22 #include "object/task/task.h"
42 bool EventProcess(
const Event &event);
44 Error Start(
bool bDown,
int color);
49 void SoundManip(
float time,
float amplitude,
float frequency);
50 int AngleToRank(
float angle);
51 float ColorToAngle(
int color);
52 int ColorToRank(
int color);
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:686