diff options
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index a4a930f..f64bf95 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -67,6 +67,10 @@ | |||
67 | #include "llfollowcam.h" | 67 | #include "llfollowcam.h" |
68 | // end Ventrella | 68 | // end Ventrella |
69 | 69 | ||
70 | // [RLVa:KB] - Checked: 2009-07-07 (RLVa-1.0.0d) | ||
71 | #include "rlvhandler.h" | ||
72 | // [/RLVa:KB] | ||
73 | |||
70 | const U8 AGENT_STATE_TYPING = 0x04; // Typing indication | 74 | const U8 AGENT_STATE_TYPING = 0x04; // Typing indication |
71 | const U8 AGENT_STATE_EDITING = 0x10; // Set when agent has objects selected | 75 | const U8 AGENT_STATE_EDITING = 0x10; // Set when agent has objects selected |
72 | 76 | ||