X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsupertux%2Foptions_menu.cpp;h=06556bdd6650acd8913fa871db23aca90177f3fc;hb=e47d0ff21cb8cde4fe29bd710895ebd07e44bb4f;hp=5acb25c0992301302e035762f380c8bbf9276f46;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/supertux/options_menu.cpp b/src/supertux/options_menu.cpp index 5acb25c09..06556bdd6 100644 --- a/src/supertux/options_menu.cpp +++ b/src/supertux/options_menu.cpp @@ -15,9 +15,12 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#include "supertux/options_menu.hpp" + #include "audio/sound_manager.hpp" #include "control/joystickkeyboardcontroller.hpp" #include "gui/menu.hpp" +#include "gui/menu_item.hpp" #include "supertux/gameconfig.hpp" #include "supertux/main.hpp" #include "supertux/profile_menu.hpp" @@ -101,7 +104,8 @@ protected: }; -OptionsMenu::OptionsMenu() +OptionsMenu::OptionsMenu() : + language_menu() { language_menu.reset(new LanguageMenu());