feat: Add 8 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 33s
Build-Test-Publish / build (linux/arm64) (push) Successful in 57s

This commit is contained in:
Your Name
2025-08-23 18:27:08 +12:00
parent c45004a422
commit 881d4e1642
4 changed files with 693 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#pragma once
/*
THIS FILE IS AUTO-GENERATED BY DEHYDRATE.
DO NOT EDIT THIS FILE.
*/
#include <string>
namespace recreate_agent_remote {
bool recreate_tree(std::string destination_folder);
}