diff options
author | Brian McBee | 2007-09-16 13:02:16 +0000 |
---|---|---|
committer | Brian McBee | 2007-09-16 13:02:16 +0000 |
commit | 279177219e30d70a8bb9c850f993ac7a90b4253e (patch) | |
tree | 74694dd78619c66066619319118a2c2ff2bd6b23 /OpenSim/Region | |
parent | Implemented: llSetText, llResetScript (diff) | |
download | opensim-SC_OLD-279177219e30d70a8bb9c850f993ac7a90b4253e.zip opensim-SC_OLD-279177219e30d70a8bb9c850f993ac7a90b4253e.tar.gz opensim-SC_OLD-279177219e30d70a8bb9c850f993ac7a90b4253e.tar.bz2 opensim-SC_OLD-279177219e30d70a8bb9c850f993ac7a90b4253e.tar.xz |
Fixed missing Axiom references.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs index 20f5d51..eb72d5c 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs | |||
@@ -1,3 +1,4 @@ | |||
1 | using Axiom.Math; | ||
1 | using System; | 2 | using System; |
2 | using System.Collections.Generic; | 3 | using System.Collections.Generic; |
3 | using System.Text; | 4 | using System.Text; |