diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 1678185..244a2f3 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -558,6 +558,9 @@ namespace OpenSim.Framework | |||
558 | void SendLayerData(float[] map); | 558 | void SendLayerData(float[] map); |
559 | void SendLayerData(int px, int py, float[] map); | 559 | void SendLayerData(int px, int py, float[] map); |
560 | 560 | ||
561 | void SendWindData(float[] map); | ||
562 | void SendWindData(int px, int py, float[] map); | ||
563 | |||
561 | void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); | 564 | void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); |
562 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); | 565 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); |
563 | AgentCircuitData RequestClientInfo(); | 566 | AgentCircuitData RequestClientInfo(); |