diff options
Diffstat (limited to 'engines/neverhood/module.h')
-rw-r--r-- | engines/neverhood/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/module.h b/engines/neverhood/module.h index 57a42c623b..bb01218364 100644 --- a/engines/neverhood/module.h +++ b/engines/neverhood/module.h @@ -61,6 +61,7 @@ protected: 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); + void createStaticScene(uint32 backgroundFileHash, uint32 cursorFileHash); bool updateChild(); void leaveModule(uint32 result); }; |