convert line ends
[canaan.git] / prj / tech / libsrc / namedres / strrstyp.h
blob77ccff7bd10c0cdbc80aa7e4b02796ccd08e5b55
1 //////////////////////////////////////////////////////////////////////////
2 //
3 // $Header: x:/prj/tech/libsrc/namedres/rcs/strrstyp.h 1.2 1998/07/30 14:03:52 JUSTIN Exp $
4 //
5 // String Resource Type.
6 //
9 #ifndef _STRRSTYP_H
10 #pragma once
11 #define _STRRSTYP_H
13 #include <comtools.h>
15 F_DECLARE_INTERFACE(IResType);
17 #define RESTYPE_STRING "String"
20 // Use this method to get the string type; register that with the Resource
21 // Manager to use that type from here on out.
23 EXTERN IResType *MakeStringResourceType();
25 #endif
27 //////////////////////////////////////////////////////////////////////////