Next time maybe I should check it still compiles before committing.

This commit is contained in:
MW
2007-07-12 15:30:09 +00:00
parent 20a77a6d4b
commit 7198d7980d
4 changed files with 3 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ namespace OpenSim.Framework.Interfaces
void SendRegionHandshake(RegionInfo regionInfo);
void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
void SendInstantMessage(string message, LLUUID target, string fromName, LLUUID id);
void SendInstantMessage(string message, LLUUID target, string fromName);
void SendLayerData(float[] map);
void SendLayerData(int px, int py, float[] map);
void MoveAgentIntoRegion(RegionInfo regInfo, LLVector3 pos, LLVector3 look);