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,5 +1,7 @@
#pragma once
#include <cstdint>
struct Color {
// 32-bit for compiler convenience, but values are 16-bit
uint32_t r;