aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/sfx_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/sfx_player.h')
-rw-r--r--engines/sci/sfx/sfx_player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sfx/sfx_player.h b/engines/sci/sfx/sfx_player.h
index b1e6695f14..9e6247b5c3 100644
--- a/engines/sci/sfx/sfx_player.h
+++ b/engines/sci/sfx/sfx_player.h
@@ -36,7 +36,7 @@ namespace Sci {
typedef void tell_synth_func(int buf_nr, byte *buf);
-typedef struct {
+struct sfx_player_t {
const char *name;
const char *version;
@@ -115,7 +115,7 @@ typedef struct {
int polyphony; /* Number of voices that can play simultaneously */
-} sfx_player_t;
+};
sfx_player_t *sfx_find_player(char *name);
/* Looks up a player by name or finds the default player