first commit
This commit is contained in:
5
src/generator.hpp
Normal file
5
src/generator.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
void generate_file_code(const std::string& source, const std::string& destfolder, bool silent);
|
||||
void generate_folder_code(const std::string& source, const std::string& destfolder, bool silent);
|
Reference in New Issue
Block a user