@ -32,7 +32,7 @@ namespace CppSharp
}
public bool IsSystemHeader { get; set; }
/// Contains the path to the file.
public string FilePath;
@ -519,5 +519,6 @@ namespace CppSharp
TypeQualifiers quals);
T VisitDependentNameType(DependentNameType dependent,
@ -1,11 +1,11 @@
using System.IO;
using CppSharp.Generators;
using CppSharp.Generators;
using CppSharp.Generators.CLI;
using CppSharp.Generators.CSharp;
using CppSharp.Passes;
using CppSharp.Types;
using System;
using System.Collections.Generic;
using System.IO;
namespace CppSharp
{