Browse Source

Switch to explicit layouts by default.

pull/1879/head
Joao Matos 8 months ago
parent
commit
ee4f9460f6
  1. 2
      src/Generator/Options.cs

2
src/Generator/Options.cs

@ -95,7 +95,7 @@ namespace CppSharp @@ -95,7 +95,7 @@ namespace CppSharp
/// </value>
public bool GenerateClassTemplates { get; set; }
public bool GenerateInternalImports;
public bool GenerateSequentialLayout { get; set; } = true;
public bool GenerateSequentialLayout { get; set; } = false;
public bool UseHeaderDirectories;
/// <summary>

Loading…
Cancel
Save