[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.87,1.88

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


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

Modified Files:
	simon.h 
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: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- simon.h	2 Aug 2003 07:00:58 -0000	1.87
+++ simon.h	18 Sep 2003 02:07:17 -0000	1.88
@@ -23,7 +23,7 @@
 #define SIMON_H
 
 #include <stdio.h>
-#include "common/engine.h"
+#include "base/engine.h"
 #include "common/util.h"
 #include "simon/midi.h"
 #include "sound/mixer.h"





More information about the Scummvm-git-logs mailing list