X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fmenu.qh;h=e42595e58265e8ba3553a2a3fd698931f2b6a2c6;hp=de4224b934b327f20db496198212903dc15817ad;hb=84f61e11c678a2eb26772becbdfac1963f63d6e3;hpb=1b9fb2415152cf5a365cfaf9cf234372aaba6852 diff --git a/qcsrc/menu/menu.qh b/qcsrc/menu/menu.qh index de4224b93..e42595e58 100644 --- a/qcsrc/menu/menu.qh +++ b/qcsrc/menu/menu.qh @@ -27,6 +27,7 @@ void m_hide(); void m_display(); void m_goto(string name); void m_goto_skin_selector(); +void m_goto_language_selector(); void m_goto_video_settings(); .string name; @@ -40,5 +41,3 @@ void SUB_Null(); float preMenuInit(); // you have to define this for pre-menu initialization. Return 0 if initialization needs to be retried a frame later, 1 if it succeeded. void preMenuDraw(); // this is run before the menu is drawn. You may put some stuff there that has to be done every frame. void postMenuDraw(); // this is run just after the menu is drawn (or not). Useful to draw something over everything else. - -float highlightedPanel;