Blame toonz/sources/toonzlib/sandor_fxs/patternmap.h
|
Shinya Kitaoka |
810553 |
#pragma once
|
|
Toshihiro Shimizu |
890ddd |
|
|
Toshihiro Shimizu |
890ddd |
#ifndef __PATTERNMAP_H_
|
|
Toshihiro Shimizu |
890ddd |
#define __PATTERNMAP_H_
|
|
Toshihiro Shimizu |
890ddd |
|
|
Campbell Barton |
b3bd84 |
#ifdef __cplusplus
|
|
Campbell Barton |
b3bd84 |
extern "C" {
|
|
Campbell Barton |
b3bd84 |
#endif
|
|
Campbell Barton |
b3bd84 |
|
|
Campbell Barton |
b3bd84 |
int patternmap(const RASTER *, RASTER *, const int border, int argc,
|
|
Shinya Kitaoka |
120a6e |
const char *argv[], const int shrink, RASTER *imgContour);
|
|
Toshihiro Shimizu |
890ddd |
|
|
Campbell Barton |
b3bd84 |
#ifdef __cplusplus
|
|
Campbell Barton |
b3bd84 |
}
|
|
Campbell Barton |
b3bd84 |
#endif
|
|
Campbell Barton |
b3bd84 |
|
|
Toshihiro Shimizu |
890ddd |
#endif
|