00001 //=================================================================================================// 00002 // filename: RmGfxUtilTypes.h // 00003 // // 00004 // ATI Research, Inc. // 00005 // 3D Application Research Group // 00006 // // 00007 //=================================================================================================// 00008 // (C) 2004 ATI Research, Inc. All rights reserved. // 00009 //=================================================================================================// 00010 00011 #ifndef _RM_GFX_UTILITIES_TYPES_H_ 00012 #define _RM_GFX_UTILITIES_TYPES_H_ 00013 00014 #include <Core/RmCore.h> 00015 #include <Utilities/RmUtilities.h> 00016 00017 #ifdef RMGFXUTIL_EXPORTS 00018 #define RMGFXUTIL_API RM_API_EXPORT 00019 #else 00020 #define RMGFXUTIL_API RM_API_IMPORT 00021 #endif 00022 00023 #endif
1.3.6