add basis for code rendering

This commit is contained in:
Jan
2021-02-20 02:33:40 +01:00
parent 48afb4d514
commit d4a98b7c52
17 changed files with 571 additions and 24 deletions

View File

@ -21,11 +21,13 @@ public:
class GenerationTask
{
public:
bool m_all_assets;
std::string m_asset_name;
std::string m_preset_name;
std::string m_template_name;
GenerationTask();
GenerationTask(std::string assetName, std::string presetName);
explicit GenerationTask(std::string templateName);
GenerationTask(std::string assetName, std::string templateName);
};
bool m_verbose;