X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=menu.h;h=c68c4295dd917f24bffc2ea4803fe87be04488b8;hp=1ca8799b6bb185ff189f24b5b956822ecef414c6;hb=48dd658f8bbfa60efbd5f56d1c208727c4418078;hpb=7e737da913d7dd502568fa32f3d72d30a971738d diff --git a/menu.h b/menu.h index 1ca8799b..c68c4295 100644 --- a/menu.h +++ b/menu.h @@ -21,9 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef MENU_H #define MENU_H -#define M_PROG_FILENAME "menu.dat" -#define M_NAME "menu" - enum m_state_e { m_none, m_main, @@ -84,6 +81,7 @@ extern void (*MR_Draw) (void); extern void (*MR_ToggleMenu) (int mode); extern void (*MR_Shutdown) (void); extern void (*MR_NewMap) (void); +extern int (*MR_GetServerListEntryCategory) (const serverlist_entry_t *entry); typedef struct video_resolution_s {