aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-06 03:41:38 +0530
committerEugene Sandulenko2019-09-03 17:16:43 +0200
commitf9beeb66d3674c86c51674577b2b13b13540ba8a (patch)
tree51a59d5e73924d2b6ef63dbb01029e10c7c8bc59 /engines/hdb/lua-script.h
parent538ead52bb0142b18328edcf0a8495ba3406ff94 (diff)
downloadscummvm-rg350-f9beeb66d3674c86c51674577b2b13b13540ba8a.tar.gz
scummvm-rg350-f9beeb66d3674c86c51674577b2b13b13540ba8a.tar.bz2
scummvm-rg350-f9beeb66d3674c86c51674577b2b13b13540ba8a.zip
HDB: Add init() to load the GLOBAL_LUA code
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 eee51cd396..ec7213315e 100644
--- a/engines/hdb/lua-script.h
+++ b/engines/hdb/lua-script.h
@@ -44,6 +44,8 @@ public:
private:
lua_State *_state;
+ Common::SeekableReadStream* _globalLuaStream;
+ int32 _globalLuaLength;
bool _systemInit;
bool registerExtensions();