Initial Code
This commit is contained in:
11
include/helper.hpp
Normal file
11
include/helper.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <prj_def.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace helper {
|
||||
std::string GenerateUniqueId();
|
||||
void ArrayToFile(unsigned char *array_, size_t size_, std::string filename);
|
||||
void GenerateTemplateFile(std::string path, NpiProject prj);
|
||||
void CompileProject(std::string path);
|
||||
void CleanProject(std::string path);
|
||||
} // namespace helper
|
Reference in New Issue
Block a user