File splits

This commit is contained in:
Ian Gulliver
2017-08-06 19:12:44 +00:00
parent 9b96cf2bde
commit 2fbb92c385
5 changed files with 61 additions and 58 deletions

4
colors.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
constexpr Color kBlack = Color{0x0000, 0x0000, 0x0000};
constexpr Color kWhite = Color{0xffff, 0xffff, 0xffff};