summaryrefslogtreecommitdiff
path: root/src/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/color.h b/src/color.h
new file mode 100644
index 00000000..9fdfd3b7
--- /dev/null
+++ b/src/color.h
@@ -0,0 +1,3 @@
+struct color {
+ int r,g,b;
+};