[Scummvm-cvs-logs] CVS: scummvm/scumm imuse.h,1.16,1.17

Max Horn fingolfin at users.sourceforge.net
Wed Nov 6 07:42:06 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv24448

Modified Files:
	imuse.h 
Log Message:
make it possible to #include imuse.h on its own

Index: imuse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- imuse.h	21 Oct 2002 07:31:51 -0000	1.16
+++ imuse.h	6 Nov 2002 15:41:36 -0000	1.17
@@ -20,8 +20,15 @@
  *
  */
 
+#ifndef IMUSE_H
+#define IMUSE_H
+
 class IMuseInternal;
 class MidiDriver;
+class OSystem;
+class Scumm;
+class Serializer;
+class SoundMixer;
 
 class IMuse {
 public:
@@ -106,7 +113,7 @@
 		bool _initialized;
 	} _channel[MAX_DIGITAL_CHANNELS];
 
-	Scumm * _scumm;
+	Scumm *_scumm;
 	bool _pause;
 
 public:
@@ -121,3 +128,4 @@
 	int getSoundStatus(int sound);
 };
 
+#endif
\ No newline at end of file





More information about the Scummvm-git-logs mailing list