add GeneratorDef
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "typedefs.hpp"
|
||||
|
||||
struct GeneratorDef {
|
||||
std::string name;
|
||||
scriptenv env;
|
||||
};
|
||||
Reference in New Issue
Block a user