[Scummvm-cvs-logs] CVS: scummvm/saga reinherit.h,1.17,1.18 sys_interface.h,1.5,NONE
Eugene Sandulenko
sev at users.sourceforge.net
Sat May 1 17:07:16 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga actor.cpp,1.7,1.8 console.cpp,1.4,1.5 events.cpp,1.8,1.9 gfx.cpp,1.10,1.11 gfx.h,1.3,1.4 ihnm_introproc.cpp,1.5,1.6 interface.cpp,1.6,1.7 ite_introproc.cpp,1.7,1.8 module.mk,1.11,1.12 objectmap.cpp,1.6,1.7 palanim.cpp,1.5,1.6 reinherit.h,1.16,1.17 render.cpp,1.8,1.9 saga.cpp,1.18,1.19 sceneproc.cpp,1.5,1.6 sysgfx.cpp,1.8,NONE sysgfx.h,1.5,NONE
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.11,1.12 game.h,1.5,1.6 timer.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30737
Modified Files:
reinherit.h
Removed Files:
sys_interface.h
Log Message:
Removed last sys* file
Index: reinherit.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/reinherit.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- reinherit.h 2 May 2004 00:00:39 -0000 1.17
+++ reinherit.h 2 May 2004 00:06:34 -0000 1.18
@@ -32,8 +32,6 @@
#include "base/engine.h"
-#include "sys_interface.h"
-
namespace Saga {
#define R_MAXPATH 512
@@ -46,6 +44,11 @@
#define R_MEMFAIL_MSG "Memory allocation error."
+#define R_STDOUT stdout
+#define R_STDERR stderr
+
+#define R_printf fprintf
+
// Define opaque types
// r_rscfile
--- sys_interface.h DELETED ---
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga actor.cpp,1.7,1.8 console.cpp,1.4,1.5 events.cpp,1.8,1.9 gfx.cpp,1.10,1.11 gfx.h,1.3,1.4 ihnm_introproc.cpp,1.5,1.6 interface.cpp,1.6,1.7 ite_introproc.cpp,1.7,1.8 module.mk,1.11,1.12 objectmap.cpp,1.6,1.7 palanim.cpp,1.5,1.6 reinherit.h,1.16,1.17 render.cpp,1.8,1.9 saga.cpp,1.18,1.19 sceneproc.cpp,1.5,1.6 sysgfx.cpp,1.8,NONE sysgfx.h,1.5,NONE
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.11,1.12 game.h,1.5,1.6 timer.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list