Released version 3-2015061300
[notion.git] / mod_menu / main.h
blobad5e0d6ed6c9fd2ddee3db8f910276496941f747
1 /*
2 * ion/mod_menu/main.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_MOD_MENU_MAIN_H
10 #define ION_MOD_MENU_MAIN_H
12 #include <ioncore/binding.h>
14 extern bool mod_menu_init();
15 extern void mod_menu_deinit();
17 extern WBindmap *mod_menu_menu_bindmap;
20 #endif /* ION_MOD_MENU_MAIN_H */