summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersellland.h
blob: f9bf84ebcf9e06bceb7a48d44c01f8c84e0824b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** 
 * @file llfloatersellland.h
 *
 * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc.
 * $License$
 */

#ifndef LL_LLFLOATERSELLLAND_H
#define LL_LLFLOATERSELLLAND_H
#include "llmemory.h"

class LLParcel;
class LLViewerRegion;
class LLParcelSelection;

class LLFloaterSellLand
{
public:
	static void sellLand(LLViewerRegion* region,
						LLHandle<LLParcelSelection> parcel);
};

#endif // LL_LLFLOATERSELLLAND_H