Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
Pixel Tomsen
2012-01-25 21:31:18 +01:00
committed by BlueWall
parent 7444f3bfad
commit 8f53c768f5
5 changed files with 34 additions and 1 deletions

View File

@@ -130,5 +130,11 @@ namespace OpenSim.Framework
/// </summary>
/// <param name="url"></param>
void SetMusicUrl(string url);
/// <summary>
/// Get the music url for this land parcel
/// </summary>
/// <returns>The music url.</returns>
string GetMusicUrl();
}
}