X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fmenu.qh;h=b6c0795a8544424d505b8392d8d7f4f7cec59825;hp=3188ef0b01e97bc3c0c771b5cdd3a68f12e0467d;hb=e0ac5f9f14e169a1e19d0e36b85cab061a74ed93;hpb=cbdc4c33840ea4efa27e9aa38d71ea504f523081 diff --git a/qcsrc/menu/menu.qh b/qcsrc/menu/menu.qh index 3188ef0b01..b6c0795a85 100644 --- a/qcsrc/menu/menu.qh +++ b/qcsrc/menu/menu.qh @@ -26,9 +26,6 @@ entity main; 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; entity keyGrabber; @@ -36,10 +33,8 @@ entity keyGrabber; float conwidth, conheight; // "virtual" conwidth/height values for other stuff to assume for scaling -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. -string prvm_language; +void m_sync();