diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-09 10:53:46 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-09 10:53:46 -0800 |
commit | 0cbab65345947faddb39993fe8933d13e8886439 (patch) | |
tree | 6b73456d35df92f06f91b3df63774d5d6bc1baf6 /indra/newview/llviewermenu.h | |
parent | bf7ef74f1e736ee3c098dd193022953113ca204f (diff) |
PATH-245: Basic functionality for take, take copy, and delete.
Diffstat (limited to 'indra/newview/llviewermenu.h')
-rw-r--r-- | indra/newview/llviewermenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewermenu.h b/indra/newview/llviewermenu.h index 87cb4efbc4..d5b060aba6 100644 --- a/indra/newview/llviewermenu.h +++ b/indra/newview/llviewermenu.h @@ -95,9 +95,11 @@ void handle_object_open(); // Buy either contents or object itself void handle_buy(); +void handle_take(); void handle_take_copy(); void handle_look_at_selection(const LLSD& param); void handle_zoom_to_object(LLUUID object_id); +void handle_object_delete(); void handle_buy_land(); |