diff options
author | Tedd Hansen | 2007-08-12 17:04:09 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-12 17:04:09 +0000 |
commit | 7a5474ec2883357b1874247b838d0e3607552104 (patch) | |
tree | e34090437bc58ac67ada6cd3ec714fbd83b28947 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | |
parent | LSL ScriptEngine now only needs to inherit from BaseClass and we will be MUCH... (diff) | |
download | opensim-SC-7a5474ec2883357b1874247b838d0e3607552104.zip opensim-SC-7a5474ec2883357b1874247b838d0e3607552104.tar.gz opensim-SC-7a5474ec2883357b1874247b838d0e3607552104.tar.bz2 opensim-SC-7a5474ec2883357b1874247b838d0e3607552104.tar.xz |
Script now compiles unsuccessfully
(unknown datatypes, no references)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs new file mode 100644 index 0000000..03d8ba5 --- /dev/null +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | |||
@@ -0,0 +1,10 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL | ||
6 | { | ||
7 | class LSL_BaseClass | ||
8 | { | ||
9 | } | ||
10 | } | ||