summaryrefslogtreecommitdiff
path: root/indra/lscript/lscript_export.h
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/lscript/lscript_export.h
Print done when done.
Diffstat (limited to 'indra/lscript/lscript_export.h')
-rw-r--r--indra/lscript/lscript_export.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/lscript/lscript_export.h b/indra/lscript/lscript_export.h
new file mode 100644
index 0000000000..b7f64bfbc0
--- /dev/null
+++ b/indra/lscript/lscript_export.h
@@ -0,0 +1,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