diff options
author | Max Horn | 2009-02-21 19:01:32 +0000 |
---|---|---|
committer | Max Horn | 2009-02-21 19:01:32 +0000 |
commit | c5e00f3de2f52db870b329fecdc22dd5149b6553 (patch) | |
tree | f0a4ccb841077665bfe8066442bbbf59c9125bd0 /engines/sci/sfx/seq | |
parent | 6bb73e3b685118cf6d906f985c25d766860767ad (diff) | |
download | scummvm-rg350-c5e00f3de2f52db870b329fecdc22dd5149b6553.tar.gz scummvm-rg350-c5e00f3de2f52db870b329fecdc22dd5149b6553.tar.bz2 scummvm-rg350-c5e00f3de2f52db870b329fecdc22dd5149b6553.zip |
SCI: More cleanup
svn-id: r38725
Diffstat (limited to 'engines/sci/sfx/seq')
-rw-r--r-- | engines/sci/sfx/seq/instrument-map.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/engines/sci/sfx/seq/instrument-map.h b/engines/sci/sfx/seq/instrument-map.h index a18bdaff79..deb54fd1f6 100644 --- a/engines/sci/sfx/seq/instrument-map.h +++ b/engines/sci/sfx/seq/instrument-map.h @@ -25,12 +25,11 @@ /* Implementation of SCI instrument maps for GM and MT-32. */ -#ifndef SCI_INSTRUMENT_MAP_ -#define SCI_INSTRUMENT_MAP_ +#ifndef SCI_SFX_SEQ_INSTRUMENT_MAP_H +#define SCI_SFX_SEQ_INSTRUMENT_MAP_H -#include <stdlib.h> -#include "resource.h" -#include "../device.h" +#include "sci/tools.h" +#include "sci/sfx/device.h" namespace Sci { @@ -130,4 +129,4 @@ sfx_mapped_writer(midi_writer_t *writer, sfx_instrument_map_t *map); } // End of namespace Sci -#endif /* !defined(SCI_INSTRUMENT_MAP_) */ +#endif // SCI_SFX_SEQ_INSTRUMENT_MAP_H |