aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/sfx_pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/sfx_pcm.h')
-rw-r--r--engines/sci/sfx/sfx_pcm.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/sci/sfx/sfx_pcm.h b/engines/sci/sfx/sfx_pcm.h
index 5dbe969e78..ca4d281926 100644
--- a/engines/sci/sfx/sfx_pcm.h
+++ b/engines/sci/sfx/sfx_pcm.h
@@ -27,7 +27,7 @@
#define SCI_SFX_SFX_PCM_H
#include "sci/sfx/sfx.h"
-#include "sci/sfx/sfx_time.h"
+#include "sound/timestamp.h"
namespace Sci {
@@ -80,10 +80,9 @@ struct sfx_pcm_feed_t {
** free(self) should be part of this function, if applicable.
*/
- int
- (*get_timestamp)(sfx_pcm_feed_t *self, sfx_timestamp_t *timestamp);
+ int (*get_timestamp)(sfx_pcm_feed_t *self, Audio::Timestamp &timestamp);
/* Determines the timestamp of the next frame-to-read
- ** Returns : (sfx_timestamp_t) timestamp: The timestamp of the next frame
+ ** Returns : (Timestamp &) timestamp: The timestamp of the next frame
** (int) PCM_FEED_*
** This function is OPTIONAL and may be NULL
*/