Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-05-10 04:05:04 +01:00
19 changed files with 78 additions and 40 deletions

View File

@@ -29,6 +29,6 @@ namespace OpenSim.Region.Framework.Interfaces
{
public interface IWorldMapModule
{
void LazySaveGeneratedMaptile(byte[] data, bool temporary);
void RegenerateMaptile(byte[] data);
}
}