build efficiency improvement thanks to Dima Kogan
[notion/jeffpc.git] / mod_sp / main.h
blobd27c1be6fa7197e7d03a8b667d97a0690aaf960c
1 /*
2 * ion/mod_sp/main.h
4 * Copyright (c) Tuomo Valkonen 2004-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_MOD_SP_MAIN_H
10 #define ION_MOD_SP_MAIN_H
12 #include <ioncore/binding.h>
14 extern bool mod_sp_init();
15 extern void mod_sp_deinit();
17 extern WBindmap *mod_sp_scratchpad_bindmap;
19 #define CF_SCRATCHPAD_DEFAULT_W 640
20 #define CF_SCRATCHPAD_DEFAULT_H 480
22 #endif /* ION_MOD_SP_MAIN_H */