aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorStrangerke2012-06-18 08:24:33 +0200
committerStrangerke2012-06-18 08:24:33 +0200
commite8a6f61f8815fcf36e7a43383695c74b8925993f (patch)
tree26f532bc477fe29ebe304b262af69ceb7ef931d2 /engines/tony/window.h
parentbb55045cc85e1c9b70bd7267de0b578e6662725b (diff)
downloadscummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.tar.gz
scummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.tar.bz2
scummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.zip
TONY: Remove useless void in function declaration
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 876bbf6973..0d4c20b0fe 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -72,7 +72,7 @@ protected:
bool _bGrabMovie;
uint16 *_wThumbBuf;
- void createBWPrecalcTable(void);
+ void createBWPrecalcTable();
void wipeEffect(Common::Rect &rcBoundEllipse);
void getNewFrameWipe(byte *lpBuf, Common::Rect &rcBoundEllipse);
@@ -84,13 +84,13 @@ public:
* Initialization
*/
void init(/*HINSTANCE hInst*/);
- void initDirectDraw(void);
- void close(void);
+ void initDirectDraw();
+ void close();
/**
* Drawing
*/
- void repaint(void);
+ void repaint();
/**
* Switch between windowed and fullscreen