[Floater Flexibility] Part two: Move floater dictionary into menu commands and use a common function to ShowFloaters between LLToolBar and menus.
This commit is contained in:
@@ -33,17 +33,4 @@
|
||||
#ifndef LL_LLMENUCOMMANDS_H
|
||||
#define LL_LLMENUCOMMANDS_H
|
||||
|
||||
class LLUUID;
|
||||
|
||||
void handle_track_avatar(const LLUUID& agent_id, const std::string& name);
|
||||
void handle_mouselook(void*);
|
||||
void handle_map(void*);
|
||||
void handle_mini_map(void*);
|
||||
void handle_find(void*);
|
||||
void handle_events(void*);
|
||||
void handle_inventory(void*);
|
||||
void handle_chat(void*);
|
||||
void handle_return_key(void*);
|
||||
void handle_slash_key(void*);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user