2025-04-27 07:49:33 -04:00

15 lines
222 B
C

#ifndef __INCLUDE_SOLE_H__
#define __INCLUDE_SOLE_H__
#ifdef __cplusplus
extern "C" {
#endif
BOOL SoleRecog(GLYPH *pGlyph, GUIDE *pGuide, ALTERNATES *pAlt,BOOL bGuide);
#ifdef __cplusplus
}
#endif
#endif