summaryrefslogtreecommitdiff
path: root/indra/newview/llagentdata.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2007-01-02 08:33:20 +0000
committerJames Cook <james@lindenlab.com>2007-01-02 08:33:20 +0000
commit420b91db29485df39fd6e724e782c449158811cb (patch)
treeb471a94563af914d3ed3edd3e856d21cb1b69945 /indra/newview/llagentdata.cpp
Print done when done.
Diffstat (limited to 'indra/newview/llagentdata.cpp')
-rw-r--r--indra/newview/llagentdata.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/llagentdata.cpp b/indra/newview/llagentdata.cpp
new file mode 100644
index 0000000000..39ed421628
--- /dev/null
+++ b/indra/newview/llagentdata.cpp
@@ -0,0 +1,15 @@
+/**
+ * @file llagentdata.cpp
+ * @brief Contains commonly used agent data.
+ * @author James Cook
+ *
+ * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc.
+ * $License$
+ */
+
+#include "llviewerprecompiledheaders.h"
+
+#include "llagentdata.h"
+
+LLUUID gAgentID;
+LLUUID gAgentSessionID;