diff options
Diffstat (limited to 'linden/indra/newview/llviewermessage.h')
-rw-r--r-- | linden/indra/newview/llviewermessage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermessage.h b/linden/indra/newview/llviewermessage.h index c920f85..1a6c03b 100644 --- a/linden/indra/newview/llviewermessage.h +++ b/linden/indra/newview/llviewermessage.h | |||
@@ -36,6 +36,7 @@ | |||
36 | #include "llinstantmessage.h" | 36 | #include "llinstantmessage.h" |
37 | #include "lltransactiontypes.h" | 37 | #include "lltransactiontypes.h" |
38 | #include "lluuid.h" | 38 | #include "lluuid.h" |
39 | #include "llchat.h" | ||
39 | #include "stdenums.h" | 40 | #include "stdenums.h" |
40 | #include "llfloaterbump.h" | 41 | #include "llfloaterbump.h" |
41 | // | 42 | // |
@@ -74,6 +75,9 @@ void process_improved_im(LLMessageSystem *msg, void **user_data); | |||
74 | void process_script_question(LLMessageSystem *msg, void **user_data); | 75 | void process_script_question(LLMessageSystem *msg, void **user_data); |
75 | void process_chat_from_simulator(LLMessageSystem *mesgsys, void **user_data); | 76 | void process_chat_from_simulator(LLMessageSystem *mesgsys, void **user_data); |
76 | 77 | ||
78 | void add_floater_chat(const LLChat &chat, const BOOL history); | ||
79 | void check_translate_chat(const std::string &mesg, LLChat &chat, const BOOL history); | ||
80 | |||
77 | //void process_agent_to_new_region(LLMessageSystem *mesgsys, void **user_data); | 81 | //void process_agent_to_new_region(LLMessageSystem *mesgsys, void **user_data); |
78 | void send_agent_update(BOOL force_send, BOOL send_reliable = FALSE); | 82 | void send_agent_update(BOOL force_send, BOOL send_reliable = FALSE); |
79 | void process_object_update(LLMessageSystem *mesgsys, void **user_data); | 83 | void process_object_update(LLMessageSystem *mesgsys, void **user_data); |