From 3436961bb5c01d659d09be134368f4f69460cef9 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 26 May 2007 13:40:19 +0000 Subject: Start of rewrite 5279! --- libraries/libLSL/lslscript.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/libLSL/lslscript.cs (limited to 'libraries/libLSL/lslscript.cs') diff --git a/libraries/libLSL/lslscript.cs b/libraries/libLSL/lslscript.cs new file mode 100644 index 0000000..d9d57bd --- /dev/null +++ b/libraries/libLSL/lslscript.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace libLSL +{ + public class LSLScript + { + } +} -- cgit v1.1