]> git.decadent.org.uk Git - ion3.git/blob - mod_sp/main.h
45b85e0d3b3ce4a5505565d89722406d6224bd6c
[ion3.git] / mod_sp / main.h
1 /*
2  * ion/mod_sp/main.h
3  *
4  * Copyright (c) Tuomo Valkonen 2004-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_SP_MAIN_H
13 #define ION_MOD_SP_MAIN_H
14
15 #include <ioncore/binding.h>
16
17 extern bool mod_sp_init();
18 extern void mod_sp_deinit();
19
20 extern WBindmap *mod_sp_scratchpad_bindmap;
21
22 #define CF_SCRATCHPAD_DEFAULT_W 640
23 #define CF_SCRATCHPAD_DEFAULT_H 480
24
25 #endif /* ION_MOD_SP_MAIN_H */