tahoma2d/toonz/sources/toonzlib/sandor_fxs/calligraph.h
2016-06-15 15:43:10 +09:00

9 lines
206 B
C

#pragma once
#ifndef __CALLIGRAPH_H_
#define __CALLIGRAPH_H_
int calligraph(RASTER *, RASTER *, const int border, int argc,
const char *argv[], const int shrink, bool isOutBorder);
#endif