aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/module.h')
-rw-r--r--engines/neverhood/module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/module.h b/engines/neverhood/module.h
index c0fdaa79b5..2f6ce69d3a 100644
--- a/engines/neverhood/module.h
+++ b/engines/neverhood/module.h
@@ -60,6 +60,7 @@ protected:
NavigationScene *navigationScene();
void createNavigationScene(uint32 navigationListId, int navigationIndex, const byte *itemsTypes = NULL);
void createSmackerScene(uint32 fileHash, bool doubleSurface, bool flag1, bool canAbort);
+ void createSmackerScene(const uint32 *fileHashList, bool doubleSurface, bool flag1, bool canAbort);
bool updateChild();
};