summaryrefslogtreecommitdiffstats
path: root/noatun/modules/kaiman/noatunui.cpp
blob: 6dc2538e264b43f0c19221d7cbc03acd6c9b1153 (plain)
1
2
3
4
5
6
7
8
9
#include "userinterface.h"

extern "C"
{
        TDE_EXPORT Plugin *create_plugin()
        {
                return new Kaiman();
        }
}