mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Added "svn load" command to correspond "svn save". Will grab the latest revision.
* TODO: Specific revision support.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
namespace OpenSim.Region.Environment.Modules.Terrain
|
||||
{
|
||||
interface ITerrainModule
|
||||
public interface ITerrainModule
|
||||
{
|
||||
void LoadFromFile(string filename);
|
||||
void SaveToFile(string filename);
|
||||
|
||||
Reference in New Issue
Block a user