diff options
Diffstat (limited to 'indra/newview/llfloatersellland.h')
-rwxr-xr-x | indra/newview/llfloatersellland.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/indra/newview/llfloatersellland.h b/indra/newview/llfloatersellland.h new file mode 100755 index 0000000000..077a775ffc --- /dev/null +++ b/indra/newview/llfloatersellland.h @@ -0,0 +1,21 @@ +/** + * @file llfloatersellland.h + * + * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#ifndef LL_LLFLOATERSELLLAND_H +#define LL_LLFLOATERSELLLAND_H + +class LLParcel; +class LLViewerRegion; + +class LLFloaterSellLand +{ +public: + static void sellLand(LLViewerRegion* region, + LLParcel* parcel); +}; + +#endif // LL_LLFLOATERSELLLAND_H |