diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-12-04 03:45:02 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-12-04 03:45:02 +0200 |
| commit | 3e95b8a1587ebce9443d4d716645798bfbb630f2 (patch) | |
| tree | b39df9c89aa2e9849ccffce96e92d6b7e456731d /src/script.h | |
| parent | e8539d4dae46c926553ef0fa76afeaf6be6ecafb (diff) | |
| download | minetest-3e95b8a1587ebce9443d4d716645798bfbb630f2.tar.xz | |
Determine light_propagates from paramtype
Diffstat (limited to 'src/script.h')
| -rw-r--r-- | src/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script.h b/src/script.h index 3c056ae35..3bf5342f5 100644 --- a/src/script.h +++ b/src/script.h @@ -41,6 +41,7 @@ public: lua_State* script_init(); void script_deinit(lua_State *L); +std::string script_get_backtrace(lua_State *L); void script_error(lua_State *L, const char *fmt, ...); bool script_load(lua_State *L, const char *path); |
