diff options
Diffstat (limited to 'engines/hdb/lua-script.h')
-rw-r--r-- | engines/hdb/lua-script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.h b/engines/hdb/lua-script.h index 42e905d139..78b5dc08dd 100644 --- a/engines/hdb/lua-script.h +++ b/engines/hdb/lua-script.h @@ -48,6 +48,7 @@ private: bool registerExtensions(); bool executeChunk(const char *chunk, uint chunkSize, const Common::String &chunkName) const; + void stripComments(char *chunk); }; } |