X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel.hpp;h=1ab7448903a0c878bc53c88b628d781218ceedc2;hb=339968d0eb222f5cad1397580631ab44acf40b10;hp=7e0aba78359cba29053be7c34bd42784ccb6ad34;hpb=244488950ba1c0daf20795213619c27e6963937c;p=supertux.git diff --git a/src/level.hpp b/src/level.hpp index 7e0aba783..1ab744890 100644 --- a/src/level.hpp +++ b/src/level.hpp @@ -35,6 +35,7 @@ class Level public: std::string name; std::string author; + std::string on_menukey_script; typedef std::vector Sectors; Sectors sectors; Statistics stats;