mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Update svn properties.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
using System.Drawing;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
public interface IGraphics
|
||||
{
|
||||
UUID SaveBitmap(Bitmap data);
|
||||
UUID SaveBitmap(Bitmap data, bool lossless, bool temporary);
|
||||
Bitmap LoadBitmap(UUID assetID);
|
||||
}
|
||||
}
|
||||
using System.Drawing;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
public interface IGraphics
|
||||
{
|
||||
UUID SaveBitmap(Bitmap data);
|
||||
UUID SaveBitmap(Bitmap data, bool lossless, bool temporary);
|
||||
Bitmap LoadBitmap(UUID assetID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user