summaryrefslogtreecommitdiff
path: root/indra/newview/llagentdata.h
blob: eb120c75727a06568dab3624453fecf804719a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** 
 * @file llagentdata.h
 * @brief Contains commonly used agent data
 * @author James Cook
 *
 * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc.
 * $License$
 */

#ifndef LL_LLAGENTDATA_H
#define LL_LLAGENTDATA_H

extern LLUUID gAgentID;
extern LLUUID gAgentSessionID;

#endif