* Added "svn load" command to correspond "svn save". Will grab the latest revision.

* TODO: Specific revision support.
This commit is contained in:
Adam Frisby
2008-04-17 14:26:19 +00:00
parent 200b60bd48
commit db9c919086
2 changed files with 13 additions and 1 deletions

View File

@@ -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);