[Scummvm-cvs-logs] CVS: scummvm-new/scumm/smush config.h,1.2,1.3 mixer.h,1.2,1.3 palette.h,1.2,1.3 rect.h,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Sat Aug 24 16:38:21 CEST 2002


Update of /cvsroot/scummvm/scummvm-new/scumm/smush
In directory usw-pr-cvs1:/tmp/cvs-serv8439/scumm/smush

Modified Files:
	config.h mixer.h palette.h rect.h 
Log Message:
oops

Index: config.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/scumm/smush/config.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config.h	24 Aug 2002 23:21:55 -0000	1.2
+++ config.h	24 Aug 2002 23:37:40 -0000	1.3
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef CONFIG_H
-#define CONFIG_H
+#ifndef SMUSH_CONFIG_H
+#define SMUSH_CONFIG_H
 
 #include <stdafx.h>
 #include <scumm.h>

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/scumm/smush/mixer.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mixer.h	24 Aug 2002 23:21:55 -0000	1.2
+++ mixer.h	24 Aug 2002 23:37:40 -0000	1.3
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef MIXER_H
-#define MIXER_H
+#ifndef SMUSH_MIXER_H
+#define SMUSH_MIXER_H
 
 #include "config.h"
 

Index: palette.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/scumm/smush/palette.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- palette.h	24 Aug 2002 23:21:55 -0000	1.2
+++ palette.h	24 Aug 2002 23:37:40 -0000	1.3
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef PALETTE_H
-#define PALETTE_H
+#ifndef SMUSH_PALETTE_H
+#define SMUSH_PALETTE_H
 
 #include "config.h"
 

Index: rect.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/scumm/smush/rect.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rect.h	24 Aug 2002 23:21:55 -0000	1.2
+++ rect.h	24 Aug 2002 23:37:40 -0000	1.3
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef RECT_H
-#define RECT_H
+#ifndef SMUSH_RECT_H
+#define SMUSH_RECT_H
 
 #include "config.h"
 





More information about the Scummvm-git-logs mailing list