added uint64_t compat file
This commit is contained in:
@@ -220,11 +220,11 @@ namespace CodeGenerator {
|
||||
VerbatimOrder = true
|
||||
};
|
||||
provider = new();
|
||||
var date = DateTime.Now.ToString(CultureInfo.InvariantCulture);
|
||||
//var date = DateTime.Now.ToString(CultureInfo.InvariantCulture);
|
||||
|
||||
CodeNamespace globalNs = new CodeNamespace();
|
||||
CodeComment comment = new CodeComment("Automatically generated by BlenderSharp at " + date, false);
|
||||
globalNs.Comments.Add(new(comment));
|
||||
//CodeComment comment = new CodeComment("Automatically generated by BlenderSharp at " + date, false);
|
||||
//globalNs.Comments.Add(new(comment));
|
||||
|
||||
globalNs.Imports.Add(new("System"));
|
||||
globalNs.Imports.Add(new("BlendFile.CompatTypes"));
|
||||
|
||||
Reference in New Issue
Block a user