license header for review
[cinelerra_cv/ct.git] / cinelerra / plugintclient.h
blob0e101d9ba6fedf1b6cc852094594c8b61d37d646
1 #ifndef PLUGINTCLIENT_H
2 #define PLUGINTCLIENT_H
5 #include "pluginclient.h"
8 class PluginTClient : public PluginClient
10 public:
11 PluginTClient(PluginServer *server);
12 virtual ~PluginTClient();
14 int is_theme();
15 virtual Theme* new_theme() { return 0; };
20 #endif
22 // Local Variables:
23 // mode: C++
24 // c-file-style: "linux"
25 // End: