phoenix-firestorm/indra/lscript/lscript_export.h

17 lines
278 B
C

/**
* @file lscript_export.h
* @brief Export interface class
*
* Copyright (c) 2002-$CurrentYear$, Linden Research, Inc.
* $License$
*/
#ifndef LL_LSCRIPT_EXPORT_H
#define LL_LSCRIPT_EXPORT_H
#include "lscript_library.h"
extern LLScriptLibrary gScriptLibrary;
#endif