]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_menu/menu.h
Imported Upstream version 20090110
[ion3.git] / mod_menu / menu.h
index 38dd1f85dad780c8d2a46bcaa129d28ebe066d95..fe6470fb91f4ea6581f3d247a4d06afa216bddb8 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/mod_menu/menu.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #ifndef ION_MOD_MENU_MENU_H
@@ -16,6 +13,7 @@
 #include <ioncore/window.h>
 #include <ioncore/gr.h>
 #include <ioncore/rectangle.h>
+#include <ioncore/binding.h>
 
 INTRCLASS(WMenu);
 INTRSTRUCT(WMenuEntry);
@@ -50,6 +48,8 @@ DECLCLASS(WMenu){
     char *typeahead;
     
     uint gm_kcb, gm_state;
+    
+    /*WBindmap *cycle_bindmap;*/
 };