diff options
author | lbsa71 | 2008-01-02 07:13:34 +0000 |
---|---|---|
committer | lbsa71 | 2008-01-02 07:13:34 +0000 |
commit | 20653830fbd0c0104a62e9c1b71744284b77b754 (patch) | |
tree | 0212d34f7a9802a71ea3ea3ba6404e50de8d00a3 /OpenSim/Framework/IAssetLoader.cs | |
parent | * Added using as per mail to see if that does anything for Ursulas build issu... (diff) | |
download | opensim-SC_OLD-20653830fbd0c0104a62e9c1b71744284b77b754.zip opensim-SC_OLD-20653830fbd0c0104a62e9c1b71744284b77b754.tar.gz opensim-SC_OLD-20653830fbd0c0104a62e9c1b71744284b77b754.tar.bz2 opensim-SC_OLD-20653830fbd0c0104a62e9c1b71744284b77b754.tar.xz |
* Refactored out function to load specified AssetSet Xml
This commit dedicated to 'Mohawk - Bad Girls (Need Love Too)'
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IAssetLoader.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/IAssetLoader.cs b/OpenSim/Framework/IAssetLoader.cs index 6bcaa24..df0b81b 100644 --- a/OpenSim/Framework/IAssetLoader.cs +++ b/OpenSim/Framework/IAssetLoader.cs | |||
@@ -32,6 +32,7 @@ namespace OpenSim.Framework | |||
32 | { | 32 | { |
33 | public interface IAssetLoader | 33 | public interface IAssetLoader |
34 | { | 34 | { |
35 | void ForEachXmlAsset(Action<AssetBase> action); | 35 | void ForEachDefaultXmlAsset(Action<AssetBase> action); |
36 | void ForEachDefaultXmlAsset(string assetSetFilename, Action<AssetBase> action); | ||
36 | } | 37 | } |
37 | } | 38 | } |