aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/emumidi.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-27 00:34:31 +0000
committerJohannes Schickel2009-05-27 00:34:31 +0000
commit33de8c9a5f73a1281d235211bf1d281df0d99382 (patch)
tree83783f400abc09b2b74da303f43ca08c5ee9fff6 /sound/softsynth/emumidi.h
parente3178daf13c438c850dc4a4ddd260869f70d2ae2 (diff)
downloadscummvm-rg350-33de8c9a5f73a1281d235211bf1d281df0d99382.tar.gz
scummvm-rg350-33de8c9a5f73a1281d235211bf1d281df0d99382.tar.bz2
scummvm-rg350-33de8c9a5f73a1281d235211bf1d281df0d99382.zip
Add include guard.
svn-id: r40932
Diffstat (limited to 'sound/softsynth/emumidi.h')
-rw-r--r--sound/softsynth/emumidi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h
index 1e8f4bf2a7..3fb2733b71 100644
--- a/sound/softsynth/emumidi.h
+++ b/sound/softsynth/emumidi.h
@@ -22,6 +22,9 @@
* $Id$
*/
+#ifndef SOUND_SOFTSYNTH_EMUMIDI_H
+#define SOUND_SOFTSYNTH_EMUMIDI_H
+
#include "sound/audiostream.h"
#include "sound/mididrv.h"
#include "sound/mixer.h"
@@ -109,3 +112,5 @@ public:
}
bool endOfData() const { return false; }
};
+
+#endif