First commit.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <filesystem>
|
||||
|
||||
|
||||
namespace pipedal {
|
||||
void WriteTemplateFile(
|
||||
const std::map<std::string,std::string> &map,
|
||||
std::filesystem::path inputFile,
|
||||
std::filesystem::path outputFile);
|
||||
}
|
||||
Reference in New Issue
Block a user