diff options
Diffstat (limited to 'libtnsl/src/reflect/reflect.tnsl')
-rw-r--r-- | libtnsl/src/reflect/reflect.tnsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libtnsl/src/reflect/reflect.tnsl b/libtnsl/src/reflect/reflect.tnsl index 3c1d583..b3640c2 100644 --- a/libtnsl/src/reflect/reflect.tnsl +++ b/libtnsl/src/reflect/reflect.tnsl @@ -24,4 +24,10 @@ Type and method resolution, reflection and other required methods such as is #; export module reflect + /: import + "type.tnsl" + "virtual.tnsl" + "resolver.tnsl" + "dispatch.tnsl" + :/ ;/
\ No newline at end of file |