]> git.decadent.org.uk Git - ion3.git/blob - mod_tiling/main.h
08bb4464a15cce955918cf4733814048de9b8944
[ion3.git] / mod_tiling / main.h
1 /*
2  * ion/mod_tiling/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_TILING_MAIN_H
13 #define ION_MOD_TILING_MAIN_H
14
15 #include <ioncore/binding.h>
16 #include <ioncore/regbind.h>
17
18 extern bool mod_tiling_init();
19 extern void mod_tiling_deinit();
20
21 extern WBindmap *mod_tiling_tiling_bindmap;
22 extern WBindmap *mod_tiling_frame_bindmap;
23
24 extern int mod_tiling_raise_delay;
25
26 #endif /* ION_MOD_TILING_MAIN_H */