#include <stdio.h>#include <math.h>#include <stdlib.h>Go to the source code of this file.
Compounds | |
| class | FNode |
| class | SNet |
| class | SNode |
Defines | |
| #define | NET_WIDTH 8 |
| #define | NET_HEIGHT 5 |
| #define | WIND_CONE_DELTA 5.0f |
| #define | MAX_NEIGHBOURS 4 |
| #define | MAX_WIND_SPEED 20 |
Enumerations | |
| enum | _tstage { LONELY = 0, EMPTY, INITIAL, READY } |
| enum | _tdirections { NORTH = 0, NORTHWEST, WEST, SOUTHWEST, SOUTH, SOUTHEAST, EAST, NORTHEAST } |
|
|
|
|
|
Definition at line 29 of file wind.h. Referenced by FNode::FNode(). |
|
|
Definition at line 26 of file wind.h. Referenced by FNode::FNode(). |
|
|
Definition at line 25 of file wind.h. Referenced by FNode::FNode(). |
|
|
Definition at line 27 of file wind.h. Referenced by FNode::FNode(). |
|
|
|
|
|
|
1.3.2