Example #1
0
bool OnActivate(){
	init_filetypes(); // see todo list above.
	return true;
}
Example #2
0
extern "C" const char* QERPlug_Init( void *hApp, void* pMainWidget ){
	init_filetypes();
	return (char *) PLUGIN_NAME;
}