From 4d2a27ea8ebe0ba5bb9a7027929f0b36c42674e8 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 3 Jan 2016 22:21:04 +0000 Subject: [PATCH] Removed old Thermite reference! --- include/PolyVox/Impl/AStarPathfinderImpl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/PolyVox/Impl/AStarPathfinderImpl.h b/include/PolyVox/Impl/AStarPathfinderImpl.h index fe711d7b..bdf13db6 100644 --- a/include/PolyVox/Impl/AStarPathfinderImpl.h +++ b/include/PolyVox/Impl/AStarPathfinderImpl.h @@ -36,7 +36,6 @@ namespace PolyVox { class OpenNodesContainer; class ClosedNodesContainer; - class ThermiteGameLogic; /// The Connectivity of a voxel determines how many neighbours it has. enum Connectivity