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

10 lines
274 B
C

// Lex.h
// lex management routines
// Copyright 2000 Microsoft Corp.
//
// Modification History:
// 16 MAR 2000 bhshin created
BOOL InitLexicon(MAPFILE *pLexMap);
BOOL LoadLexicon(const char *pszLexPath, MAPFILE *pLexMap);
void UnloadLexicon(MAPFILE *pLexMap);