aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/lua-script.h')
-rw-r--r--engines/hdb/lua-script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.h b/engines/hdb/lua-script.h
index 20cd94d331..32830b3c11 100644
--- a/engines/hdb/lua-script.h
+++ b/engines/hdb/lua-script.h
@@ -60,6 +60,8 @@ private:
void addPatches(Common::String &chunk, const char *scriptName);
};
+void lua_printstack(lua_State *L);
+
}
#endif // !HDB_LUA_SCRIPT_H