]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
sys: work around incomplete POSIX support in MacOS
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index d0b3189ebab49e3d43a462a9d4eb939594df8304..2344f44434da5b0338e787db258f8b9d7a297ab7 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -52,8 +52,7 @@ enum m_state_e {
 };
 
 extern enum m_state_e m_state;
-extern char m_return_reason[128];
-void M_Update_Return_Reason(const char *s);
+
 
 /*
 // hard-coded menus
@@ -72,6 +71,8 @@ void MP_Draw (void);
 void MP_ToggleMenu (int mode);
 void MP_Shutdown (void);*/
 
+qbool MP_ConsoleCommand(const char *text, size_t textlen);
+
 //
 // menu router
 //