Browse Source

Only use CppSharp.Parser in the new parser.

pull/146/merge
triton 12 years ago
parent
commit
382896ac91
  1. 3
      src/Core/Project.cs

3
src/Core/Project.cs

@ -1,6 +1,9 @@ @@ -1,6 +1,9 @@
using System.Collections.Generic;
using CppSharp.AST;
#if !OLD_PARSER
using CppSharp.Parser;
#endif
namespace CppSharp
{

Loading…
Cancel
Save