Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

RmMFCTypes.h

00001 //=================================================================================================//
00002 // filename: RmMFCTypes.h                                                                          //
00003 //                                                                                                 //
00004 //           ATI Research, Inc.                                                                    //
00005 //           3D Application Research Group                                                         //
00006 //                                                                                                 //
00007 // Description: declaration file for RenderMonkey MFC Utility.                                     //
00008 //                                                                                                 //
00009 //=================================================================================================//
00010 //   (C) 2004 ATI Research, Inc.  All rights reserved.                                             //
00011 //=================================================================================================//
00012 
00013 #ifndef _RM_MFC_UTILITIES_TYPES_H_
00014 #define _RM_MFC_UTILITIES_TYPES_H_
00015 
00016 #include <afx.h>
00017 #include <afxwin.h>
00018 #include <afxext.h>        // MFC extensions
00019 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00020 #include <afxres.h>
00021 #include <afxtempl.h>
00022 
00023 #include <Core/RmCore.h>
00024 #include <Utilities/RmUtilities.h>
00025 
00026 #ifdef RMMFCUTILITIES_EXPORTS
00027    #define RMMFCUTIL_API RM_API_EXPORT
00028 #else
00029    #define RMMFCUTIL_API RM_API_IMPORT
00030 #endif
00031 
00032 #include <MFCUtilities/RmMFCTypes.h>
00033 
00034 #endif // __RmMFCTypes_h__

Generated on Fri Feb 25 16:08:39 2005 for RenderMonkey SDK by doxygen 1.3.6