Skip to content

Commit 720907e

Browse files
committed
Added import of ReClass 2016 function node.
1 parent 4c0b0f8 commit 720907e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DataExchange/ReClassFile.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ public override int Draw(ViewInfo view, int x, int y)
381381
typeof(UTF8TextPtrNode),
382382
typeof(UTF16TextPtrNode),
383383
typeof(BitFieldNode),
384-
typeof(UInt64Node)
384+
typeof(UInt64Node),
385+
typeof(FunctionNode)
385386
};
386387

387388
#endregion

0 commit comments

Comments
 (0)