aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/lscript/lscript_rt_interface.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/lscript/lscript_rt_interface.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/lscript/lscript_rt_interface.h')
-rw-r--r--linden/indra/lscript/lscript_rt_interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/lscript/lscript_rt_interface.h b/linden/indra/lscript/lscript_rt_interface.h
index ec474a0..32545ca 100644
--- a/linden/indra/lscript/lscript_rt_interface.h
+++ b/linden/indra/lscript/lscript_rt_interface.h
@@ -32,10 +32,10 @@
32#ifndef LL_LSCRIPT_RT_INTERFACE_H 32#ifndef LL_LSCRIPT_RT_INTERFACE_H
33#define LL_LSCRIPT_RT_INTERFACE_H 33#define LL_LSCRIPT_RT_INTERFACE_H
34 34
35BOOL lscript_compile(char *filename, BOOL is_god_like = FALSE); 35BOOL lscript_compile(char *filename, BOOL compile_to_mono, BOOL is_god_like = FALSE);
36BOOL lscript_compile(const char* src_filename, const char* dst_filename, 36BOOL lscript_compile(const char* src_filename, const char* dst_filename,
37 const char* err_filename, BOOL is_god_like = FALSE); 37 const char* err_filename, BOOL compile_to_mono, const char* class_name, BOOL is_god_like = FALSE);
38void lscript_run(char *filename, BOOL b_debug); 38void lscript_run(const std::string& filename, BOOL b_debug);
39 39
40 40
41#endif 41#endif