aboutsummaryrefslogtreecommitdiff
path: root/Color.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-09 17:08:46 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-09 17:08:46 +0200
commit76950c6100371c28f82f2e130dcfdb7d7dac97df (patch)
tree477714a58f6c6aecc65e5044cf6b1df41d40943a /Color.h
parent54831ea869e7e9da3e7b911f57de5949067c0bc5 (diff)
WIP boilerplate engineering
Diffstat (limited to 'Color.h')
-rw-r--r--Color.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Color.h b/Color.h
new file mode 100644
index 0000000..858b641
--- /dev/null
+++ b/Color.h
@@ -0,0 +1,8 @@
+#pragma once
+
+typedef struct {
+ unsigned int red;
+ unsigned int green;
+ unsigned int blue;
+} Color;
+