tahoma2d/toonz/sources/toonzlib/sandor_fxs/patternmap.h

11 lines
193 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#ifndef __PATTERNMAP_H_
#define __PATTERNMAP_H_
int patternmap(RASTER *, RASTER *, const int border,
int argc, const char *argv[],
const int shrink, RASTER *imgContour);
#endif