diff options
author | Adam Frisby | 2007-05-03 02:13:23 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-03 02:13:23 +0000 |
commit | 35aea49e507670072e71ae034174991a76fe4b74 (patch) | |
tree | 5f7d1c20730262cc0dfcf8efae62cea21446c30d /libraries/libLSL/lslscript.cs | |
parent | fixed the VS 2005 solution/ project files. (diff) | |
download | opensim-SC_OLD-35aea49e507670072e71ae034174991a76fe4b74.zip opensim-SC_OLD-35aea49e507670072e71ae034174991a76fe4b74.tar.gz opensim-SC_OLD-35aea49e507670072e71ae034174991a76fe4b74.tar.bz2 opensim-SC_OLD-35aea49e507670072e71ae034174991a76fe4b74.tar.xz |
* Added /libraries directory to trunk (for related-but-independent libraries such as libTerrain)
* Added /libraries/libLSL shell for future LSL Object Interpreter
Diffstat (limited to 'libraries/libLSL/lslscript.cs')
-rw-r--r-- | libraries/libLSL/lslscript.cs | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace libLSL | ||
6 | { | ||
7 | public class LSLScript | ||
8 | { | ||
9 | } | ||
10 | } | ||