aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 1031d6d449..ab43674af7 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -87,8 +87,8 @@ public:
Common::Language getLanguage() const;
Common::Platform getPlatform() const;
- bool loadSaveDirectory(void);
- void makeSystemMenu(void);
+ bool loadSaveDirectory();
+ void makeSystemMenu();
int modifyGameSpeed(int speedChange);
int getTimerDelay() const;
Common::Error loadGameState(int slot);
@@ -106,7 +106,7 @@ public:
TextHandler _textHandler;
private:
- void initialize(void);
+ void initialize();
void resetEngine();
bool loadPlainSaveFW(Common::SeekableReadStream &in, CineSaveGameFormat saveGameFormat);
bool loadTempSaveOS(Common::SeekableReadStream &in);