add GeneratorDef

This commit is contained in:
MihailRis
2024-08-14 01:23:14 +03:00
parent cae314bc36
commit 5fa6b14f05
6 changed files with 22 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
#pragma once
#include <string>
#include "typedefs.hpp"
struct GeneratorDef {
std::string name;
scriptenv env;
};