|
|
|
@ -1,5 +1,7 @@
@@ -1,5 +1,7 @@
|
|
|
|
|
using System; |
|
|
|
|
using System.CodeDom.Compiler; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.IO; |
|
|
|
|
using System.Linq; |
|
|
|
|
using System.Reflection; |
|
|
|
|
using System.Text; |
|
|
|
@ -9,8 +11,6 @@ using CppSharp.Generators.CLI;
@@ -9,8 +11,6 @@ using CppSharp.Generators.CLI;
|
|
|
|
|
using CppSharp.Generators.CSharp; |
|
|
|
|
using CppSharp.Passes; |
|
|
|
|
using CppSharp.Types; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.IO; |
|
|
|
|
using Microsoft.CSharp; |
|
|
|
|
|
|
|
|
|
#if !OLD_PARSER
|
|
|
|
|