aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/tinsel.h')
-rw-r--r--engines/tinsel/tinsel.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/tinsel/tinsel.h b/engines/tinsel/tinsel.h
index 8fff4985b8..e396f663c7 100644
--- a/engines/tinsel/tinsel.h
+++ b/engines/tinsel/tinsel.h
@@ -194,11 +194,11 @@ private:
//MidiMusicPlayer *_midiMusic;
int _musicVolume;
- void NextGameCycle(void);
- void CreateConstProcesses(void);
- void RestartGame(void);
- void RestartDrivers(void);
- void ChopDrivers(void);
+ void NextGameCycle();
+ void CreateConstProcesses();
+ void RestartGame();
+ void RestartDrivers();
+ void ChopDrivers();
void ProcessKeyEvent(const Common::Event &event);
bool pollEvent();
@@ -222,7 +222,7 @@ public:
// Externally available methods
void CuttingScene(bool bCutting);
void CDChangeForRestore(int cdNumber);
-void CdHasChanged(void);
+void CdHasChanged();
} // End of namespace Tinsel