mirror of https://github.com/mono/CppSharp.git
3 changed files with 3 additions and 8 deletions
@ -1,11 +1,9 @@
@@ -1,11 +1,9 @@
|
||||
using System; |
||||
using System.Collections.Generic; |
||||
using System.Linq; |
||||
using CppSharp.AST; |
||||
using CppSharp.AST.Extensions; |
||||
using Type = CppSharp.AST.Type; |
||||
|
||||
namespace CppSharp.Types |
||||
namespace CppSharp.AST |
||||
{ |
||||
public enum CppTypePrintScopeKind |
||||
{ |
@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
|
||||
using CppSharp.AST; |
||||
|
||||
namespace CppSharp.Types |
||||
namespace CppSharp.AST |
||||
{ |
||||
public interface IExpressionPrinter |
||||
{ |
@ -1,9 +1,8 @@
@@ -1,9 +1,8 @@
|
||||
using System.Collections.Generic; |
||||
using System.Linq; |
||||
using CppSharp.AST; |
||||
using CppSharp.AST.Extensions; |
||||
|
||||
namespace CppSharp.Types |
||||
namespace CppSharp.AST |
||||
{ |
||||
public enum TypePrinterContextKind |
||||
{ |
Loading…
Reference in new issue