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

10 lines
191 B
C

#ifndef __CALLIGRAPH_H_
#define __CALLIGRAPH_H_
int calligraph(RASTER *, RASTER *, const int border,
int argc, const char *argv[],
const int shrink, bool isOutBorder);
#endif