X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_menu%2Fmenu.h;h=d596e3342850869721f10f69bb09b79ea8fc5ba6;hb=df57861c962a50bfbf57f276d288395fe0c6a4b6;hp=38dd1f85dad780c8d2a46bcaa129d28ebe066d95;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;p=ion3.git diff --git a/mod_menu/menu.h b/mod_menu/menu.h index 38dd1f8..d596e33 100644 --- a/mod_menu/menu.h +++ b/mod_menu/menu.h @@ -1,12 +1,9 @@ /* * ion/mod_menu/menu.h * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2008. * - * 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 #include #include +#include INTRCLASS(WMenu); INTRSTRUCT(WMenuEntry); @@ -50,6 +48,8 @@ DECLCLASS(WMenu){ char *typeahead; uint gm_kcb, gm_state; + + /*WBindmap *cycle_bindmap;*/ };