diff options
author | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
commit | 420b91db29485df39fd6e724e782c449158811cb (patch) | |
tree | b471a94563af914d3ed3edd3e856d21cb1b69945 /indra/llmessage/lleventflags.h |
Print done when done.
Diffstat (limited to 'indra/llmessage/lleventflags.h')
-rw-r--r-- | indra/llmessage/lleventflags.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/indra/llmessage/lleventflags.h b/indra/llmessage/lleventflags.h new file mode 100644 index 0000000000..90120b2648 --- /dev/null +++ b/indra/llmessage/lleventflags.h @@ -0,0 +1,17 @@ +/** + * @file lleventflags.h + * @brief Flags for events. + * + * Copyright (c) 2004-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#ifndef LL_LLEVENTFLAGS_H +#define LL_LLEVENTFLAGS_H + +const U32 EVENT_FLAG_NONE = 0x0000; + +// set for mature events +const U32 EVENT_FLAG_MATURE = 0x0001; + +#endif |