]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
Add qdefs.h and qstats.h to split up quakedef.h. Make a lot of headers standalone...
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index e810587185e8f0e1907487f7f067c78041a3083a..93abb62453fb9f4861298c0d4183faff1ab34c0c 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -21,6 +21,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef MENU_H
 #define MENU_H
 
+#include "qtypes.h"
+
+typedef struct serverlist_entry_s serverlist_entry_t;
+
 enum m_state_e {
        m_none,
        m_main,