summaryrefslogtreecommitdiff
path: root/src/i_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_sound.h')
-rw-r--r--src/i_sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i_sound.h b/src/i_sound.h
index 8990e9c1..e1c6998d 100644
--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -216,6 +216,10 @@ typedef struct
// Query if music is playing.
boolean (*MusicIsPlaying)(void);
+
+ // Invoked periodically to poll.
+
+ void (*Poll)(void);
} music_module_t;
void I_InitMusic(void);