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