Blame toonz/sources/toonzlib/sandor_fxs/calligraph.h
|
Shinya Kitaoka |
810553 |
#pragma once
|
|
Toshihiro Shimizu |
890ddd |
|
|
Toshihiro Shimizu |
890ddd |
#ifndef __CALLIGRAPH_H_
|
|
Toshihiro Shimizu |
890ddd |
#define __CALLIGRAPH_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 calligraph(const RASTER *inr, RASTER *outr, const int border, int argc,
|
|
Shinya Kitaoka |
120a6e |
const char *argv[], const int shrink, bool isOutBorder);
|
|
Toshihiro Shimizu |
890ddd |
|
|
Campbell Barton |
b3bd84 |
#ifdef __cplusplus
|
|
Campbell Barton |
b3bd84 |
}
|
|
Campbell Barton |
b3bd84 |
#endif
|
|
Campbell Barton |
b3bd84 |
|
|
Toshihiro Shimizu |
890ddd |
#endif
|