aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/core.h')
-rw-r--r--engines/sci/sfx/core.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/sci/sfx/core.h b/engines/sci/sfx/core.h
index 107c05a17e..ca5025edf7 100644
--- a/engines/sci/sfx/core.h
+++ b/engines/sci/sfx/core.h
@@ -27,7 +27,7 @@
#ifndef SCI_SFX_SFX_ENGINE_H
#define SCI_SFX_SFX_ENGINE_H
-#include "sci/sfx/sfx.h"
+#include "common/error.h"
#include "sci/sfx/songlib.h"
#include "sci/scicore/resource.h"
@@ -162,6 +162,12 @@ void sfx_song_set_fade(sfx_state_t *self, song_handle_t handle, fade_params_t *f
** (fade_params_t *) fade_setup: The precise fade-out configuration to use
*/
+
+// Previously undocumented:
+Common::Error sfx_send_midi(sfx_state_t *self, song_handle_t handle, int channel,
+ int command, int arg1, int arg2);
+
+
} // End of namespace Sci
#endif // SCI_SFX_SFX_ENGINE_H