[Scummvm-cvs-logs] CVS: scummvm/common/scaler scale2x.cpp,1.3,1.3.2.1 scale3x.cpp,1.2,1.2.2.1 scalebit.cpp,1.5,1.5.2.1

Nicolas Bacca arisme at users.sourceforge.net
Mon Dec 20 15:27:01 CET 2004


Update of /cvsroot/scummvm/scummvm/common/scaler
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24867

Modified Files:
      Tag: branch-0-7-0
	scale2x.cpp scale3x.cpp scalebit.cpp 
Log Message:
Add common include needed by WinCE

Index: scale2x.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler/scale2x.cpp,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- scale2x.cpp	7 Aug 2004 17:21:53 -0000	1.3
+++ scale2x.cpp	20 Dec 2004 23:26:36 -0000	1.3.2.1
@@ -36,6 +36,8 @@
 #include <config.h>
 #endif
 
+#include "common/scaler/intern.h"
+
 #include "scale2x.h"
 
 #include <assert.h>

Index: scale3x.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler/scale3x.cpp,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- scale3x.cpp	7 Aug 2004 16:47:25 -0000	1.2
+++ scale3x.cpp	20 Dec 2004 23:26:36 -0000	1.2.2.1
@@ -36,6 +36,8 @@
 #include <config.h>
 #endif
 
+#include "common/scaler/intern.h"
+
 #include "scale3x.h"
 
 #include <assert.h>

Index: scalebit.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler/scalebit.cpp,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- scalebit.cpp	8 Aug 2004 03:12:23 -0000	1.5
+++ scalebit.cpp	20 Dec 2004 23:26:36 -0000	1.5.2.1
@@ -37,6 +37,8 @@
 #include <config.h>
 #endif
 
+#include "common/scaler/intern.h"
+
 #include "scale2x.h"
 #include "scale3x.h"
 





More information about the Scummvm-git-logs mailing list