Cuberite
A lightweight, fast and extensible game server for Minecraft
Macros
Path.cpp File Reference
#include "Globals.h"
#include "Path.h"
#include "BlockType.h"
#include "../BlockInfo.h"
#include "../Chunk.h"
Include dependency graph for Path.cpp:

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
 

Macro Definition Documentation

◆ CALCULATIONS_PER_STEP

#define CALCULATIONS_PER_STEP   10

Definition at line 15 of file Path.cpp.

◆ DIAGONAL_G_COST

#define DIAGONAL_G_COST   14

Definition at line 11 of file Path.cpp.

◆ DISTANCE_MANHATTAN

#define DISTANCE_MANHATTAN   0

Definition at line 13 of file Path.cpp.

◆ HEURISTICS_ONLY

#define HEURISTICS_ONLY   0

Definition at line 14 of file Path.cpp.

◆ JUMP_G_COST

#define JUMP_G_COST   20

Definition at line 9 of file Path.cpp.

◆ NORMAL_G_COST

#define NORMAL_G_COST   10

Definition at line 10 of file Path.cpp.