aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/screen.h')
-rw-r--r--engines/neverhood/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/screen.h b/engines/neverhood/screen.h
index 56a256757c..e3a2bfbef7 100644
--- a/engines/neverhood/screen.h
+++ b/engines/neverhood/screen.h
@@ -35,7 +35,7 @@ public:
Screen(NeverhoodEngine *vm);
~Screen();
void update();
- void wait();
+ uint32 getNextFrameTime();
void setFps(int fps);
int getFps();
void setPaletteData(byte *paletteData);