summaryrefslogtreecommitdiff
path: root/indra/lscript/lscript_export.h
blob: b7f64bfbc0fa1fb8d827e6834bf48ded93c49876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** 
 * @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