]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/menu.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / menu.qh
index 641ddf7d19df20db49ad73d707a74197cf427ad5..47b2ed9dd149c8138d02e4b5e5216d3c89d0a7be 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef MENU_H
+#define MENU_H
+
 #define localcmd cmd
 
 #define NULL (null_entity)
@@ -33,10 +36,9 @@ 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.
 
 void m_sync();
+#endif
\ No newline at end of file