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