/*********************************************************************** $Id: strutil.h 1201 2008-09-11 12:51:33Z jbs $ Strings table utilities interface Copyright (c) 1993-98 M. Kimes Copyright (c) 2008 Steven H. Levine 05 Jan 08 SHL Move from fm3dll.h to here ***********************************************************************/ #if !defined(STRUTIL_H) #define STRUTIL_H #if !defined(OS2_INCLUDED) #include #endif BOOL LoadStrings(PSZ filename); PSZ GetPString(ULONG id); BOOL StringsLoaded(void); #endif // STRUTIL_H