Atrinik Client 2.5
Defines
Wind blow directions

Defines

#define WIND_BLOW_NONE   0
#define WIND_BLOW_LEFT   1
#define WIND_BLOW_RIGHT   2
#define WIND_BLOW_RANDOM   3

Detailed Description

Wind blow directions.


Define Documentation

#define WIND_BLOW_LEFT   1

Blowing to the left.

Definition at line 40 of file effects.h.

#define WIND_BLOW_NONE   0

No wind blow.

Definition at line 38 of file effects.h.

#define WIND_BLOW_RANDOM   3

Blowing randomly.

Definition at line 44 of file effects.h.

#define WIND_BLOW_RIGHT   2

Blowing to the right.

Definition at line 42 of file effects.h.