#ifndef H_LOOKUP_TABLES_H
#define H_LOOKUP_TABLES_H

#ifdef __cplusplus
extern "C" {
#endif

int PrintStyleCost(int cPrimaryStroke, int cSegment);

#ifdef __cplusplus
}
#endif

#endif

