missing file and remove warnings

This commit is contained in:
UbitUmarov
2017-04-15 10:56:46 +01:00
parent 0f7ffc56ce
commit b52f7b9203
3 changed files with 4 additions and 2 deletions

View File

@@ -102,6 +102,8 @@ namespace OpenSim.Region.Framework.Interfaces
ScenePresence CrossAgentToNewRegionAsync(ScenePresence agent, Vector3 pos, GridRegion neighbourRegion, bool isFlying, EntityTransferContext ctx);
bool CrossAgentCreateFarChild(ScenePresence agent, GridRegion neighbourRegion, Vector3 pos, EntityTransferContext ctx);
bool HandleIncomingSceneObject(SceneObjectGroup so, Vector3 newPosition);
}