aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/drives.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/drives.h')
-rw-r--r--engines/tinsel/drives.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tinsel/drives.h b/engines/tinsel/drives.h
index 51f9b0ca92..d2c161fa75 100644
--- a/engines/tinsel/drives.h
+++ b/engines/tinsel/drives.h
@@ -47,11 +47,11 @@ namespace Tinsel {
extern char currentCD;
-void DoCdChange(void);
+void DoCdChange();
void CdCD(CORO_PARAM);
-int GetCurrentCD(void);
+int GetCurrentCD();
void SetCD(int flags);
@@ -59,7 +59,7 @@ int GetCD(int flags);
void SetNextCD(int cdNumber);
-bool GotoCD(void);
+bool GotoCD();
class TinselFile: public Common::File {
private: