SpectMorph
smmain.hh
1 // Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html
2 
3 #ifndef SPECTMORPH_MAIN_HH
4 #define SPECTMORPH_MAIN_HH
5 
6 namespace SpectMorph
7 {
8 
9 void sm_init_plugin();
10 void sm_init (int *argc_p, char ***argv_p);
11 bool sm_init_done();
12 bool sm_sse();
13 void sm_enable_sse (bool sse);
14 
15 }
16 
17 #endif
Definition: smaudio.hh:15