Main Types added

This commit is contained in:
2018-03-21 08:02:58 +03:00
parent a6f2243e59
commit ea6e35e387
3 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
unit RuntimeBuilder;
interface
uses RuntimeBuilder.Types;
implementation
end.