convert line ends
[canaan.git] / prj / tech / libsrc / namedres / rgmiptyp.h
blobc98c12f05a460a2c3db1fca13bdc78f4567133da
1 /*=========================================================
3 Created: 11/1/99 11:26:54 AM
5 File: RGMipTyp.h
7 Description:
10 =========================================================*/
12 // $Header: x:/prj/tech/libsrc/namedres/RCS/rgmiptyp.h 1.1 1970/01/01 00:00:00 Zarko Exp $
14 #pragma once
16 #ifndef _RGMIPTYP_H
17 #define _RGMIPTYP_H
20 //_____INCLUDES_AND_DEFINITIONS___________________________
23 #include <comtools.h>
25 F_DECLARE_INTERFACE(IResType);
27 #define RESTYPE_RG_MIP "RGMip"
31 //______EXPORTED_DATA_____________________________________
34 // Use this method to get the image type; register that with the Resource
35 // Manager to use that type from here on out.
37 EXTERN IResType *MakeRGMipResourceType();
41 #endif //_RGMIPTYP_H