From cb33169fe6836bb3d5b300a01d12f78246a45780 Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 29 May 2007 17:49:39 +0000 Subject: --- Common/OpenSim.Framework/Interfaces/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Common') diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs index 8ba1571..e557b6e 100644 --- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs +++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs @@ -70,5 +70,7 @@ namespace OpenSim.Framework.Interfaces void OutPacket(Packet newPack); void SendWearables(AvatarWearable[] wearables); void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); + void SendLayerData(float[] map); + void SendRegionHandshake(RegionInfo regionInfo); } } -- cgit v1.1