6 lines
112 B
C++
6 lines
112 B
C++
#pragma once
|
|
#include <string>
|
|
namespace recreate_test1 {
|
|
bool recreate_file(std::string destination_folder);
|
|
}
|