/* Declarations for parsing the keys script for Sim. */ #ifndef HAVE_PARSER_H #define HAVE_PARSER_H void ParseKeysScript (T_REMAP_MATRIX *remap_matrix, const char *key_cfg, BOOL emulating_this_calc); #define MAX_CFG_NAME_LEN 20 /* before the colon */ #endif /* not HAVE_PARSER_H */