From 65eb1852a3a9cf8d71a11ab8fdb30edb42888a59 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 7 Nov 2007 20:29:30 +0000 Subject: add SendSunPos function to IClientAPI to let us pull all the sun calculation logic into a module --- OpenSim/Framework/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c18216e..11e6ae7 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -427,6 +427,7 @@ namespace OpenSim.Framework void SendLoadURL(string objectname, LLUUID objectID, LLUUID ownerID, bool groupOwned, string message, string url); bool AddMoney(int debit); + void SendSunPos(LLVector3 sunPos, LLVector3 sunVel); void SendViewerTime(int phase); void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, -- cgit v1.1