15 lines
187 B
C
15 lines
187 B
C
|
#ifndef _OUTPUT_H
|
||
|
#define _OUTPUT_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
int SoleFeaturize(GLYPH *pGlyph, GUIDE *pGuide, int *aFeat,BOOL bGuide);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|