Checkpoint

This commit is contained in:
Ian Gulliver
2017-08-10 13:51:39 -07:00
parent 06ce954bef
commit c9024d3d63
11 changed files with 165 additions and 65 deletions

View File

@@ -2,5 +2,5 @@
#include "color.h"
constexpr Color kBlack = Color{0x0000, 0x0000, 0x0000};
constexpr Color kWhite = Color{0xffff, 0xffff, 0xffff};
constexpr Color kBlack = {{{0x0000, 0x0000, 0x0000}}};
constexpr Color kWhite = {{{0xffff, 0xffff, 0xffff}}};