home *** CD-ROM | disk | FTP | other *** search
- #ifndef _INC_UTILITIES
- #define _INC_UTILITIES
-
- const COLORREF BLACK=RGB(0,0,0);
- const COLORREF RED=RGB(255,0,0);
- const COLORREF GREEN=RGB(0,255,0);
- const COLORREF BLUE=RGB(0,0,255);
-
- int RgbToInt(COLORREF c);
-
- COLORREF IntToRgb(int r);
-
- #endif
-