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.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/base/song.hpp b/src/base/song.hpp
index 92e67c30..d7ed8c98 100644
--- a/src/base/song.hpp
+++ b/src/base/song.hpp
@@ -104,21 +104,21 @@ namespace usdx
const std::string& get_artist(void) const;
const std::string& get_mp3(void) const;
const float get_bpm(int beat) const;
- // const float get_gap(void) const;
+ const float get_gap(void) const;
const std::string& get_cover(void) const;
const std::string& get_background(void) const;
const std::string& get_video(void) const;
- // const float get_videogap(void) const;
+ const float get_video_gap(void) const;
const std::string& get_genre(void) const;
const std::string& get_edition(void) const;
const std::string& get_creator(void) const;
const std::string& get_language(void) const;
- // const int get_year(void) const;
- // const float get_start(void) const;
- // const int get_end(void) const;
- // const int get_resolution(void) const;
- // const int get_notesgap(void) const;
- // const bool get_relative(void) const;
+ const int get_year(void) const;
+ const float get_start(void) const;
+ const int get_stop(void) const;
+ const int get_resolution(void) const;
+ const int get_notes_gap(void) const;
+ const bool get_relative(void) const;
// TODO: encoding class
// const std::string& get_encoding(void) const;