aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index d659a1f..18e187b 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -718,5 +718,8 @@ namespace OpenSim.Framework
718 ClientInfo GetClientInfo(); 718 ClientInfo GetClientInfo();
719 void SetClientInfo(ClientInfo info); 719 void SetClientInfo(ClientInfo info);
720 void Terminate(); 720 void Terminate();
721
722 void SendSetFollowCamProperties(LLUUID objectID, SortedDictionary<int, float> parameters);
723 void SendClearFollowCamProperties(LLUUID objectID);
721 } 724 }
722} 725}