aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/song.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/song.hpp')
-rw-r--r--src/base/song.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/base/song.hpp b/src/base/song.hpp
index af613370..91d22742 100644
--- a/src/base/song.hpp
+++ b/src/base/song.hpp
@@ -83,6 +83,14 @@ namespace usdx
LyricLine* get_last_lyric_line(void);
LyricLine* create_new_lyric_line(int start);
+
+ /**
+ * Used to calculate the absolute beat times in relative song
+ * mode.
+ *
+ * @return Start beat time from last line.
+ */
+ int get_relative_beat(void);
public:
Song(const std::string& filename, const std::map<std::string, std::string>& header);
virtual ~Song(void);