From 916553db2690ec76b42e05dc61cc12ad36ec081d Mon Sep 17 00:00:00 2001 From: John McCardle Date: Wed, 1 Apr 2026 11:27:22 -0400 Subject: [PATCH] Update libtcod-headless submodule to include pathfinding additions Advances to 83b3e6ce which adds Dijkstra distance maps, multi-root Dijkstra, A* heuristic functions, and pathfinding demo. Co-Authored-By: Claude Opus 4.6 --- modules/libtcod-headless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libtcod-headless b/modules/libtcod-headless index 7e0fef6..83b3e6c 160000 --- a/modules/libtcod-headless +++ b/modules/libtcod-headless @@ -1 +1 @@ -Subproject commit 7e0fef69078abde3d14b5db50a9d7851ab91e732 +Subproject commit 83b3e6cec75a3e3200cd0a38f158ea7e7f0323f3