lscript_rt_interface.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LSCRIPT_RT_INTERFACE_H
00033 #define LL_LSCRIPT_RT_INTERFACE_H
00034 
00035 BOOL lscript_compile(char *filename, BOOL is_god_like = FALSE);
00036 BOOL lscript_compile(const char* src_filename, const char* dst_filename,
00037                                          const char* err_filename, BOOL is_god_like = FALSE);
00038 void lscript_run(char *filename, BOOL b_debug);
00039 
00040 
00041 #endif

Generated on Thu Jul 1 06:09:51 2010 for Second Life Viewer by  doxygen 1.4.7