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

18 lines
283 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 __PATTERNMAP_H_
#define __PATTERNMAP_H_
#ifdef __cplusplus
extern "C" {
#endif
int patternmap(const RASTER *, RASTER *, const int border, int argc,
2016-06-15 18:43:10 +12:00
const char *argv[], const int shrink, RASTER *imgContour);
2016-03-19 06:57:51 +13:00
#ifdef __cplusplus
}
#endif
2016-03-19 06:57:51 +13:00
#endif