summaryrefslogtreecommitdiff
path: root/src/audio/tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/tracker.h')
-rw-r--r--src/audio/tracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/tracker.h b/src/audio/tracker.h
index 3ef06a1..8e7a63f 100644
--- a/src/audio/tracker.h
+++ b/src/audio/tracker.h
@@ -42,5 +42,5 @@ extern const uint32_t g_tracker_patterns_count;
extern const TrackerScore g_tracker_score;
void tracker_init();
-void tracker_update(float music_time_sec);
+void tracker_update(float music_time_sec, float dt_music_sec);
void tracker_reset(); // Reset tracker state (for tests/seeking)