Go to the documentation of this file. 1 #ifndef HORUSEYE_FRAMEWORK_MUSIC_H_
2 #define HORUSEYE_FRAMEWORK_MUSIC_H_
49 Music(
const std::string& filepath);
54 static void UpdateVolume(
double vol);
55 static void MusicDone();
56 static Music *playing_music_;