* 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

@@ -61,5 +61,6 @@ namespace OpenSim.Region.ScriptEngine.Common
string osSetPenColour(string drawList, string colour);
string osDrawImage(string drawList, int width, int height, string imageUrl);
void osSetStateEvents(int events);
}
}