[Scummvm-cvs-logs] CVS: scummvm/saga gfx.cpp,1.17,1.18 reinherit.h,1.21,1.22 saga.h,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Fri Jun 25 14:48:02 CEST 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4357

Modified Files:
	gfx.cpp reinherit.h saga.h 
Log Message:
clearnup

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gfx.cpp	25 Jun 2004 20:01:31 -0000	1.17
+++ gfx.cpp	25 Jun 2004 21:47:37 -0000	1.18
@@ -27,13 +27,16 @@
 // described in "Michael Abrash's Graphics Programming Black Book", 
 // Coriolis Group Books, 1997
 
-#include "saga.h"
-#include "yslib.h"
+#include "saga/saga.h"
+#include "saga/yslib.h"
 
-#include "reinherit.h"
+#include "saga/reinherit.h"
+
+#include "saga/gfx_mod.h"
+#include "saga/gfx.h"
+
+#include "common/system.h"
 
-#include "gfx_mod.h"
-#include "gfx.h"
 
 namespace Saga {
 

Index: reinherit.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/reinherit.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- reinherit.h	25 Jun 2004 20:11:46 -0000	1.21
+++ reinherit.h	25 Jun 2004 21:47:37 -0000	1.22
@@ -23,14 +23,14 @@
 
 // Main Header File
 
-#ifndef SAGA_REINHERIT_H_
-#define SAGA_REINHERIT_H_
+#ifndef SAGA_REINHERIT_H
+#define SAGA_REINHERIT_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"
 #include "common/rect.h"
 
-#include "base/engine.h"
+class OSystem;
 
 namespace Saga {
 

Index: saga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- saga.h	25 Jun 2004 20:01:31 -0000	1.12
+++ saga.h	25 Jun 2004 21:47:37 -0000	1.13
@@ -52,7 +52,7 @@
 	GID_IHNM
 };
 
-class SagaEngine:public Engine {
+class SagaEngine : public Engine {
 	void errorString(const char *buf_input, char *buf_output);
 
 protected:





More information about the Scummvm-git-logs mailing list