More file split

This commit is contained in:
Ian Gulliver
2017-08-06 19:39:11 +00:00
parent 2fbb92c385
commit acaac65ac5
11 changed files with 340 additions and 305 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
#include "color.h"
constexpr Color kBlack = Color{0x0000, 0x0000, 0x0000};
constexpr Color kWhite = Color{0xffff, 0xffff, 0xffff};