]> git.decadent.org.uk Git - ion3.git/blob - mod_sp/main.h
6ed8d6088b460338df2d56375e6d7e8a3920ddc2
[ion3.git] / mod_sp / main.h
1 /*
2  * ion/mod_sp/main.h
3  *
4  * Copyright (c) Tuomo Valkonen 2004-2008.
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_MOD_SP_MAIN_H
10 #define ION_MOD_SP_MAIN_H
11
12 #include <ioncore/binding.h>
13
14 extern bool mod_sp_init();
15 extern void mod_sp_deinit();
16
17 extern WBindmap *mod_sp_scratchpad_bindmap;
18
19 #define CF_SCRATCHPAD_DEFAULT_W 640
20 #define CF_SCRATCHPAD_DEFAULT_H 480
21
22 #endif /* ION_MOD_SP_MAIN_H */