Second pass idLib integration.

This commit is contained in:
Justin Marshall
2026-08-08 19:30:03 -07:00
parent 55a14323f2
commit 1b718f17f6
114 changed files with 9696 additions and 331 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
// Tungsten's containers/BTree.cpp contains only the testBinaryTree console
// command. The reusable idBTree implementation is header-only and is supplied
// by the compiled Doom 3 BFG idlib/containers/BTree.h baseline.
// command. The reusable recovered idBTree implementation is header-only in
// btree.h; the engine console registration is intentionally deferred.