aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/background.h')
-rw-r--r--engines/tinsel/background.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/tinsel/background.h b/engines/tinsel/background.h
index e6074f7bb4..747e51a8f1 100644
--- a/engines/tinsel/background.h
+++ b/engines/tinsel/background.h
@@ -81,7 +81,7 @@ void InitBackground( // called to initialise a background
void StartupBackground(CORO_PARAM, SCNHANDLE hFilm);
-void StopBgndScrolling(void); // Stops all background playfields from scrolling
+void StopBgndScrolling(); // Stops all background playfields from scrolling
void PlayfieldSetPos( // Sets the xy position of the specified playfield in the current background
int which, // which playfield
@@ -102,19 +102,19 @@ OBJECT *GetPlayfieldList( // Returns the display list for the specified playfiel
void KillPlayfieldList( // Kills all the objects on the display list for the specified playfield
int which); // which playfield
-void DrawBackgnd(void); // Draws all playfields for the current background
+void DrawBackgnd(); // Draws all playfields for the current background
-void RedrawBackgnd(void); // Completely redraws all the playfield object lists for the current background
+void RedrawBackgnd(); // Completely redraws all the playfield object lists for the current background
OBJECT *GetBgObject();
-SCNHANDLE BgPal(void);
+SCNHANDLE BgPal();
-void ForceEntireRedraw(void);
+void ForceEntireRedraw();
-int BgWidth(void);
+int BgWidth();
-int BgHeight(void);
+int BgHeight();
} // End of namespace Tinsel