tahoma2d/toonz/sources/toonzqt/plugin_port_interface.h

12 lines
242 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#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