X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flevel.hpp;h=2175b3cd96e1b51ed6a25a954976fb483043724c;hb=5c14f6f384eff76491d494b4c157abf2ff776d49;hp=18d180312a3bdf58dc8c731ea297efd2174d2662;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/level.hpp b/src/level.hpp index 18d180312..2175b3cd9 100644 --- a/src/level.hpp +++ b/src/level.hpp @@ -35,6 +35,8 @@ class Level public: std::string name; std::string author; + std::string extro_music; + float extro_length; typedef std::vector Sectors; Sectors sectors;