Update svn properties.

This commit is contained in:
Jeff Ames
2009-03-07 02:00:18 +00:00
parent ebe84907ae
commit e1f68145be
13 changed files with 855 additions and 855 deletions

View File

@@ -1,14 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
public interface IHeightmap
{
int Height { get; }
int Width { get; }
double Get(int x, int y);
void Set(int x, int y, double val);
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
public interface IHeightmap
{
int Height { get; }
int Width { get; }
double Get(int x, int y);
void Set(int x, int y, double val);
}
}