1 2 3 4 5 6 7
#ifndef _SOFTSHADEROOM_COLOR_H_ #define _SOFTSHADEROOM_COLOR_H_ #define COLOR_WHITE 0xffffffff #define COLOR_BLACK 0xff000000 #endif