]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
fix warnings
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index 4e3d334625abbd65d205c688093162641fad5172..75b68d18cc90ba1b15410276f8b8510a64aee35c 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -18,6 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 */
 
+#ifndef MENU_H
+#define MENU_H
+
 //
 // the net drivers should just set the apropriate bits in m_activenet,
 // instead of having the menu code look through their internal tables
@@ -43,7 +46,8 @@ enum m_state_e {
        m_lanconfig,
        m_gameoptions,
        m_search,
-       m_slist
+       m_slist,
+       m_options_effects
 };
 
 extern int m_activenet;
@@ -60,4 +64,5 @@ void M_Keydown (int key);
 void M_Draw (void);
 void M_ToggleMenu_f (void);
 
+#endif