X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=menu.h;h=c68c4295dd917f24bffc2ea4803fe87be04488b8;hb=ac8080688588aba1ab7934f7ba0c2ffea0c8eb91;hp=f8094596d3c26076c620b83b5e029c391385c922;hpb=73e441dcaf8470073e3b48755c15085790f2abed;p=xonotic%2Fdarkplaces.git diff --git a/menu.h b/menu.h index f8094596..c68c4295 100644 --- a/menu.h +++ b/menu.h @@ -81,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 {