
Some checks failed
Build-Test-Publish / build (linux/arm64) (push) Failing after 9s
Build-Test-Publish / build (linux/amd64) (push) Successful in 26s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Has been skipped
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Has been skipped
16 lines
202 B
C++
16 lines
202 B
C++
|
|
#pragma once
|
|
|
|
/*
|
|
|
|
THIS FILE IS AUTO-GENERATED BY DEHYDRATE.
|
|
DO NOT EDIT THIS FILE.
|
|
|
|
*/
|
|
|
|
|
|
#include <string>
|
|
namespace recreate_original {
|
|
bool recreate_tree(std::string destination_folder);
|
|
}
|