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

10 lines
193 B
C

#ifndef __PATTERNMAP_H_
#define __PATTERNMAP_H_
int patternmap(RASTER *, RASTER *, const int border,
int argc, const char *argv[],
const int shrink, RASTER *imgContour);
#endif