plugin.cc
Go to the documentation of this file.
00001 #include "import.hh"
00002 #include <typelib/plugins.hh>
00003 #include <typelib/registry.hh>
00004 
00005 extern "C" void registerPlugins(Typelib::PluginManager& manager)
00006 {
00007     manager.add(new Typelib::GenericIOPlugin<CImport>("c"));
00008 }
00009 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41