X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fgraphics%2Fcolors.h;h=803e0901a0e5082eeafb667adbb7e31392983a80;hb=617dcc71d9a71663f63fb56ffac2505b45bf91b9;hp=03e76eadf2e50cac27a4a32aa5e2b8fad35aa745;hpb=f72f4a59026b8daa160908170f366c843aca5bb9;p=physics.git diff --git a/src/graphics/colors.h b/src/graphics/colors.h index 03e76ea..803e090 100644 --- a/src/graphics/colors.h +++ b/src/graphics/colors.h @@ -1,4 +1,6 @@ +/// ***** Public Variables ***** + static float const cWhite[] = {1.0, 1.0, 1.0}; static float const cBlack[] = {0.0, 0.0, 0.0}; static float const cGrey[] = {0.5, 0.5, 0.5};