This commit is contained in:
Joao Matos 2017-02-10 14:27:54 +00:00
Родитель db6412e320
Коммит 3d4623d014
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -2,14 +2,17 @@ using System.Collections.Generic;
using CppSharp;
using CppSharp.AST;
using CppSharp.Generators;
using CppSharp.Generators.CSharp;
namespace MonoEmbeddinator4000.Generators
{
public class JavaSources : CppSharp.Generators.CSharp.CSharpSources
{
public JavaSources(BindingContext context, TranslationUnit unit)
: base(context, new List<TranslationUnit> { unit }, null, null)
: base(context, new List<TranslationUnit> { unit })
{
TypePrinter = new CSharpTypePrinter(context);
ExpressionPrinter = new CSharpExpressionPrinter(TypePrinter);
}
public override string FileExtension => "java";

2
external/CppSharp поставляемый

@ -1 +1 @@
Subproject commit 2595e2426ea341b34da80396f083588203e76d2f
Subproject commit f68dc310f05416ae271b1a0a26323789a9aca0cc