aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/rdwin.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-09-27 11:02:58 +0000
committerTorbjörn Andersson2003-09-27 11:02:58 +0000
commit8ad28e3a7e3a4696f05e067ad51f504cda306502 (patch)
tree93c3199f65732d5590b3cab9ae7c7215acef6992 /sword2/driver/rdwin.h
parent5f2d799fd22aa95d3fe075c736574a1941f6a5e8 (diff)
downloadscummvm-rg350-8ad28e3a7e3a4696f05e067ad51f504cda306502.tar.gz
scummvm-rg350-8ad28e3a7e3a4696f05e067ad51f504cda306502.tar.bz2
scummvm-rg350-8ad28e3a7e3a4696f05e067ad51f504cda306502.zip
More cleanup, and I've replaced most - not quite all - of BS2's debug
message functions with our own. We still need to go through them and assign sensible debug levels to them. svn-id: r10422
Diffstat (limited to 'sword2/driver/rdwin.h')
-rw-r--r--sword2/driver/rdwin.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/sword2/driver/rdwin.h b/sword2/driver/rdwin.h
index 9d83583f4b..404ef24e36 100644
--- a/sword2/driver/rdwin.h
+++ b/sword2/driver/rdwin.h
@@ -17,30 +17,9 @@
* $Header$
*/
-//=============================================================================
-//
-// Filename : rdwin.h
-// Created : 20th August 1996
-// By : P.R.Porter
-//
-// Summary : This include file defines links to all data which is
-// defined in the rdwin.c module, but can be accessed by
-// other parts of the driver96 library.
-//
-//
-//=============================================================================
-
-
#ifndef RDWIN_H
#define RDWIN_H
-/*
-extern HWND hwnd; // handle to the current window
-extern RECT rcWindow; // size of the current window.
-
-extern void Message(LPSTR fmt, ...);
-*/
-
extern void SetNeedRedraw(void);
#endif