diff --git a/src/Generator/Driver.cs b/src/Generator/Driver.cs index 34354275..1cb75398 100644 --- a/src/Generator/Driver.cs +++ b/src/Generator/Driver.cs @@ -83,6 +83,7 @@ namespace Cxxi IncludeDirs = new List(); Headers = new List(); Assembly = string.Empty; + GeneratorKind = LanguageGeneratorKind.CSharp; } public bool Verbose = false; @@ -97,5 +98,7 @@ namespace Cxxi public string Template; public string Assembly; public int ToolsetToUse; + public string WrapperSuffix; + public LanguageGeneratorKind GeneratorKind; } } \ No newline at end of file