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