diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 746c1ea18e..cec7b30acd 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -345,8 +345,9 @@ public: bool _videoFinished; bool _smushPlay; - void pauseGame(bool user); - void shutDown(int i); + void pauseGame(); + void restart(); + void shutDown(); void setOptions(void); #ifdef __PALM_OS__ |