]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
win32: add two includes to make sure the constants for file mode and sharing are...
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index b9e4cb10f455a2a9ea0a57085cf2af5127bf32a3..aac8a4bc52dbdc48cb3e0904c69fbbbdc3b6f120 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define MENU_H
 
 #define M_PROG_FILENAME "menu.dat"
-#define M_NAME "menu"
 
 enum m_state_e {
        m_none,
@@ -83,6 +82,7 @@ extern void (*MR_KeyEvent) (int key, int ascii, qboolean downevent);
 extern void (*MR_Draw) (void);
 extern void (*MR_ToggleMenu) (int mode);
 extern void (*MR_Shutdown) (void);
+extern void (*MR_NewMap) (void);
 
 typedef struct video_resolution_s
 {