Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "Path.h"
#include "BlockType.h"
#include "../BlockInfo.h"
#include "../Chunk.h"
Go to the source code of this file.
Macros | |
#define | CALCULATIONS_PER_STEP 10 |
#define | DIAGONAL_G_COST 14 |
#define | DISTANCE_MANHATTAN 0 |
#define | HEURISTICS_ONLY 0 |
#define | JUMP_G_COST 20 |
#define | NORMAL_G_COST 10 |