diff options
Diffstat (limited to 'src/emu/ui/custui.h')
-rw-r--r-- | src/emu/ui/custui.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/emu/ui/custui.h b/src/emu/ui/custui.h index 79f45cc3a6e..0a2caf8de8c 100644 --- a/src/emu/ui/custui.h +++ b/src/emu/ui/custui.h @@ -34,11 +34,14 @@ public: private: enum { - FONT_MENU = 1, + LANGUAGE_MENU = 1, + FONT_MENU, COLORS_MENU, HIDE_MENU }; static const char *hide_status[]; + std::vector<std::string> m_lang; + UINT16 m_currlang; }; //------------------------------------------------- |