[Scummvm-cvs-logs] CVS: scummvm/bs2 resman.cpp,1.35,1.36

Max Horn fingolfin at users.sourceforge.net
Wed Sep 17 19:08:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv7244/bs2

Modified Files:
	resman.cpp 
Log Message:
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)

Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/resman.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- resman.cpp	17 Sep 2003 21:06:14 -0000	1.35
+++ resman.cpp	18 Sep 2003 02:07:16 -0000	1.36
@@ -23,7 +23,7 @@
 
 #include "stdafx.h"
 
-#include "common/engine.h"
+#include "base/engine.h"
 #include "common/file.h"
 
 #include "driver/driver96.h"





More information about the Scummvm-git-logs mailing list