#include "supertux/menu/language_menu.hpp"
#include <findlocale.h>
#include "gui/menu_item.hpp"
#include "gui/menu_manager.hpp"
#include "supertux/gameconfig.hpp"
#include "supertux/globals.hpp"
Go to the source code of this file.
Enumerations | |
enum | { MNID_LANGUAGE_AUTO_DETECT = 0, MNID_LANGUAGE_ENGLISH = 1, MNID_LANGUAGE_NEXT = 10 } |
anonymous enum |
Definition at line 28 of file language_menu.cpp.
00028 { 00029 MNID_LANGUAGE_AUTO_DETECT = 0, 00030 MNID_LANGUAGE_ENGLISH = 1, 00031 MNID_LANGUAGE_NEXT = 10 00032 };