X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fmenu.qh;h=b6c0795a8544424d505b8392d8d7f4f7cec59825;hp=641ddf7d19df20db49ad73d707a74197cf427ad5;hb=402c9d84fe00cc341e02db9b6e3db5b617301ed6;hpb=b47667e4835b470b10ac1875c5dddb766ddd16a3 diff --git a/qcsrc/menu/menu.qh b/qcsrc/menu/menu.qh index 641ddf7d19..b6c0795a85 100644 --- a/qcsrc/menu/menu.qh +++ b/qcsrc/menu/menu.qh @@ -33,8 +33,6 @@ 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.