Update to spice2x-25-10-07 (pre-apply)

> broken commit
This commit is contained in:
[ ]
2025-11-11 04:57:26 +09:00
parent 359716b850
commit 652ad41845
97 changed files with 3164 additions and 1275 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include <string>
#include <filesystem>
namespace dependencies {
auto walk(const std::filesystem::path& path, const std::string& prefix = "") -> bool;
}