diff options
author | Jeff Ames | 2008-04-21 08:28:25 +0000 |
---|---|---|
committer | Jeff Ames | 2008-04-21 08:28:25 +0000 |
commit | a7cb2b8c30f0beb0191a99133d07f094dd2034fa (patch) | |
tree | 6a196a5011b5db37f7306f5d9a0555c4276d9912 /OpenSim/Region | |
parent | * Committing fix for previous build breakage. Sorry! (diff) | |
download | opensim-SC_OLD-a7cb2b8c30f0beb0191a99133d07f094dd2034fa.zip opensim-SC_OLD-a7cb2b8c30f0beb0191a99133d07f094dd2034fa.tar.gz opensim-SC_OLD-a7cb2b8c30f0beb0191a99133d07f094dd2034fa.tar.bz2 opensim-SC_OLD-a7cb2b8c30f0beb0191a99133d07f094dd2034fa.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Terrain/ITerrainModule.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Region/Environment/Modules/Terrain/ITerrainModule.cs b/OpenSim/Region/Environment/Modules/Terrain/ITerrainModule.cs index 9e79d17..d1ea2a4 100644 --- a/OpenSim/Region/Environment/Modules/Terrain/ITerrainModule.cs +++ b/OpenSim/Region/Environment/Modules/Terrain/ITerrainModule.cs | |||
@@ -1,8 +1,8 @@ | |||
1 | namespace OpenSim.Region.Environment.Modules.Terrain | 1 | namespace OpenSim.Region.Environment.Modules.Terrain |
2 | { | 2 | { |
3 | public interface ITerrainModule | 3 | public interface ITerrainModule |
4 | { | 4 | { |
5 | void LoadFromFile(string filename); | 5 | void LoadFromFile(string filename); |
6 | void SaveToFile(string filename); | 6 | void SaveToFile(string filename); |
7 | } | 7 | } |
8 | } \ No newline at end of file | 8 | } \ No newline at end of file |