aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/drivers/map-mt32-to-gm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sound/drivers/map-mt32-to-gm.h')
-rw-r--r--engines/sci/sound/drivers/map-mt32-to-gm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sci/sound/drivers/map-mt32-to-gm.h b/engines/sci/sound/drivers/map-mt32-to-gm.h
index 44103973ab..4892863b97 100644
--- a/engines/sci/sound/drivers/map-mt32-to-gm.h
+++ b/engines/sci/sound/drivers/map-mt32-to-gm.h
@@ -23,6 +23,9 @@
*
*/
+#ifndef SCI_SOUND_DRIVERS_MAP_MT32_TO_GM_H
+#define SCI_SOUND_DRIVERS_MAP_MT32_TO_GM_H
+
namespace Sci {
#include "common/list.h"
@@ -557,3 +560,5 @@ static const Mt32ToGmMap Mt32MemoryTimbreMaps[] = {
extern Mt32ToGmMapList *Mt32dynamicMappings;
} // End of namespace Sci
+
+#endif // SCI_SOUND_DRIVERS_MAP_MT32_TO_GM_H