#include "userinterface.h" extern "C" { TDE_EXPORT Plugin *create_plugin() { return new Kaiman(); } }