]> git.decadent.org.uk Git - ion3.git/blob - mod_menu/main.h
e779d1581dac9a63929188243a1a9fe5603d0174
[ion3.git] / mod_menu / main.h
1 /*
2  * ion/mod_menu/main.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_MOD_MENU_MAIN_H
13 #define ION_MOD_MENU_MAIN_H
14
15 #include <ioncore/binding.h>
16
17 extern bool mod_menu_init();
18 extern void mod_menu_deinit();
19
20 extern WBindmap *mod_menu_menu_bindmap;
21
22
23 #endif /* ION_MOD_MENU_MAIN_H */