* Applying mantis#1048 - Patch for osSetRegionWaterHeight()

This commit is contained in:
Adam Frisby
2008-04-25 10:37:22 +00:00
parent 421730d972
commit 87e2793ca6
5 changed files with 20 additions and 3 deletions

View File

@@ -639,5 +639,6 @@ namespace OpenSim.Region.ScriptEngine.Common
string llStringTrim(string src, int type);
LSL_Types.list llGetObjectDetails(string id, LSL_Types.list args);
void osSetRegionWaterHeight(double height);
}
}