00001 00032 #ifndef LL_LLMENUCOMMANDS_H 00033 #define LL_LLMENUCOMMANDS_H 00034 00035 class LLUUID; 00036 00037 void handle_track_avatar(const LLUUID& agent_id, const std::string& name); 00038 void handle_pay_by_id(const LLUUID& agent_id); 00039 void handle_mouselook(void*); 00040 void handle_map(void*); 00041 void handle_mini_map(void*); 00042 void handle_find(void*); 00043 void handle_events(void*); 00044 void handle_inventory(void*); 00045 void handle_clothing(void*); 00046 void handle_chat(void*); 00047 void handle_return_key(void*); 00048 void handle_slash_key(void*); 00049 00050 #endif