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 bb01218364..576a5a4b78 100644
--- a/engines/neverhood/module.h
+++ b/engines/neverhood/module.h
@@ -62,6 +62,7 @@ protected:
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);
+ void createDemoScene();
bool updateChild();
void leaveModule(uint32 result);
};