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