aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/player/realtime.cpp
diff options
context:
space:
mode:
authorMax Horn2009-05-26 11:35:35 +0000
committerMax Horn2009-05-26 11:35:35 +0000
commitc5539b4e4e948825c0116194e06ddf3dbde3ed17 (patch)
tree3ea5b833659e673536bfd42b9d9cd5dcb6ec210f /engines/sci/sfx/player/realtime.cpp
parent7fbbaff990e9a5b2f372d1c1d9ddb8d1c10644e3 (diff)
downloadscummvm-rg350-c5539b4e4e948825c0116194e06ddf3dbde3ed17.tar.gz
scummvm-rg350-c5539b4e4e948825c0116194e06ddf3dbde3ed17.tar.bz2
scummvm-rg350-c5539b4e4e948825c0116194e06ddf3dbde3ed17.zip
SCI: Preparing to transform sfx_player_t into a class
svn-id: r40911
Diffstat (limited to 'engines/sci/sfx/player/realtime.cpp')
-rw-r--r--engines/sci/sfx/player/realtime.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sci/sfx/player/realtime.cpp b/engines/sci/sfx/player/realtime.cpp
index b279e91908..08c355388b 100644
--- a/engines/sci/sfx/player/realtime.cpp
+++ b/engines/sci/sfx/player/realtime.cpp
@@ -28,7 +28,7 @@
** enough, I guess. */
#include "sci/tools.h"
-#include "sci/sfx/player.h"
+#include "sci/sfx/player/realtime.h"
#include "sci/sfx/sequencer.h"
#include "sci/sfx/iterator.h"
#include "sci/sfx/core.h"
@@ -39,8 +39,6 @@ namespace Sci {
static sfx_sequencer_t *seq;
-extern sfx_player_t sfx_player_realtime;
-
/* Playing mechanism */
static inline int delta_time(const uint32 comp, const uint32 base) {