colors added
[physics.git] / src / graphics / colors.h
1
2 static float const cRed[]       = {1.0, 0.0, 0.0};
3 static float const cGreen[]     = {0.0, 1.0, 0.0};
4 static float const cBlue[]      = {0.0, 0.0, 1.0};
5 static float const cYellow[]    = {1.0, 1.0, 0.0};