mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Return of R2162. /Take that SVN!/
This commit is contained in:
@@ -47,8 +47,8 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
|
||||
List<SceneObjectGroup> LoadObjects(LLUUID regionUUID);
|
||||
|
||||
void StoreTerrain(double[,] terrain);
|
||||
double[,] LoadTerrain();
|
||||
void StoreTerrain(double[,] terrain, LLUUID regionID);
|
||||
double[,] LoadTerrain(LLUUID regionID);
|
||||
|
||||
void StoreParcel(Land Parcel);
|
||||
void RemoveLandObject(uint ID);
|
||||
|
||||
Reference in New Issue
Block a user