lumiera_/tests/examples/hello_interface.h
2007-07-18 00:10:02 +02:00

6 lines
219 B
C

#include "plugin.h"
CINELERRA_INTERFACE(hello, 1,
CINELERRA_INTERFACE_PROTO(void, hello, (void)),
CINELERRA_INTERFACE_PROTO(void, goodbye, (const char*)),
);