25 #include "../Util/MR_Types.h"    27 #if defined(_WIN32) && defined(HR_ENGINE_SHARED)    29 #       define MR_DllDeclare   __declspec( dllexport )    31 #       define MR_DllDeclare   __declspec( dllimport )    34 #   define MR_DllDeclare    38 namespace ColorTools {
    45     double &pRed, 
double &pGreen, 
double &pBlue);
    48     int &pRed, 
int &pGreen, 
int &pBlue);
 
Definition: Announcement.h:24
uint8_t MR_UInt8
Definition: MR_Types.h:40