src/supertux/menu/language_menu.cpp File Reference

#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 }


Enumeration Type Documentation

anonymous enum

Enumerator:
MNID_LANGUAGE_AUTO_DETECT 
MNID_LANGUAGE_ENGLISH 
MNID_LANGUAGE_NEXT 

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 };


Generated on Mon Jun 9 03:38:27 2014 for SuperTux by  doxygen 1.5.1