tahoma2d/toonz/sources/toonzqt/plugin_port_interface.h
Toshihiro Shimizu 890dddabbd first commit
2016-03-19 02:57:51 +09:00

9 lines
228 B
C

#ifndef PLUGIN_PORT_INTERFACE
#define PLUGIN_PORT_INTERFACE
#include "toonz_hostif.h"
int is_connected(toonz_port_handle_t port, int *is_connected);
int get_fx(toonz_port_handle_t port, toonz_fxnode_handle_t *fxnode);
#endif