aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/net.minecraft.world.level.pathfinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/net.minecraft.world.level.pathfinder.h')
-rw-r--r--Minecraft.World/net.minecraft.world.level.pathfinder.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Minecraft.World/net.minecraft.world.level.pathfinder.h b/Minecraft.World/net.minecraft.world.level.pathfinder.h
new file mode 100644
index 00000000..acfbbea8
--- /dev/null
+++ b/Minecraft.World/net.minecraft.world.level.pathfinder.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "BinaryHeap.h"
+#include "Node.h"
+#include "Path.h"
+#include "PathFinder.h"