* Commiting a bunch of missed files.

This commit is contained in:
Adam Frisby
2008-04-30 21:22:29 +00:00
parent 8b0c795a5e
commit 4a8c1e4393
46 changed files with 6986 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace OpenSim.Region.Environment.Modules.World.Terrain
{
public interface ITerrainModule
{
void LoadFromFile(string filename);
void SaveToFile(string filename);
}
}